Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: MudBlazor/MudBlazor
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: dev
Choose a base ref
...
head repository: wesProg23/MudBlazor
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: dev
Choose a head ref
Can’t automatically merge. Don’t worry, you can still create the pull request.

Commits on Feb 15, 2023

  1. added OnClearButtonClick EventCallback

    added OnClearButtonClick="@OnClearButtonClick"
    wesProg23 authored Feb 15, 2023
    Copy the full SHA
    7ee7b23 View commit details
  2. Copy the full SHA
    1681093 View commit details
  3. Merge pull request #1 from wesProg23/patch-2

    added OnClearButtonClick Parameter
    wesProg23 authored Feb 15, 2023
    Copy the full SHA
    93199cf View commit details
  4. Merge pull request #2 from wesProg23/patch-1

    added OnClearButtonClick EventCallback
    wesProg23 authored Feb 15, 2023
    Copy the full SHA
    1f85f8d View commit details

Commits on May 4, 2023

  1. Copy the full SHA
    50628c2 View commit details
  2. Copy the full SHA
    b685d03 View commit details
  3. Revert "added OnClearButtonClick EventCallback"

    This reverts commit 7ee7b23.
    wesProg23 committed May 4, 2023
    Copy the full SHA
    cf8d66b View commit details
  4. Revert "added OnClearButtonClick Parameter"

    This reverts commit 1681093.
    wesProg23 committed May 4, 2023
    Copy the full SHA
    a624bce View commit details

Commits on May 8, 2023

  1. moved to .cs handler

    wesProg23 committed May 8, 2023
    Copy the full SHA
    92f5dda View commit details
  2. Copy the full SHA
    a670388 View commit details
  3. correct Event Name pattern

    wesProg23 committed May 8, 2023
    Copy the full SHA
    70a7c79 View commit details
  4. rename event

    wesProg23 committed May 8, 2023
    Copy the full SHA
    251a3db View commit details
  5. rename event name

    wesProg23 committed May 8, 2023
    Copy the full SHA
    5a2b401 View commit details

Commits on Jun 1, 2023

  1. Copy the full SHA
    1fda531 View commit details
  2. Implements EventsConfig

    wesProg23 committed Jun 1, 2023
    Copy the full SHA
    8aa2a11 View commit details

Commits on Jun 14, 2023

  1. Update MudDataGrid.razor.cs

    wesProg23 committed Jun 14, 2023
    Copy the full SHA
    04a2634 View commit details
  2. Copy the full SHA
    bd0cf52 View commit details
  3. Update MudDataGrid.razor.cs

    wesProg23 committed Jun 14, 2023
    Copy the full SHA
    30291ce View commit details
  4. Revert "Implements EventsConfig"

    This reverts commit 8aa2a11.
    wesProg23 committed Jun 14, 2023
    Copy the full SHA
    536904a View commit details

Commits on Jun 15, 2023

  1. Copy the full SHA
    3ba5fa2 View commit details

Commits on Jul 16, 2024

  1. Copy the full SHA
    a3ae879 View commit details
Showing with 276 additions and 925 deletions.
  1. +276 −925 src/MudBlazor/Components/DataGrid/MudDataGrid.razor.cs
Loading