File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
src/Components/QuickGrid/Microsoft.AspNetCore.Components.QuickGrid/src Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -78,8 +78,6 @@ Microsoft.AspNetCore.Components.QuickGrid.PaginationState.ItemsPerPage.get -> in
7878Microsoft.AspNetCore.Components.QuickGrid.PaginationState.ItemsPerPage.set -> void
7979Microsoft.AspNetCore.Components.QuickGrid.PaginationState.LastPageIndex.get -> int?
8080Microsoft.AspNetCore.Components.QuickGrid.PaginationState.PaginationState() -> void
81- Microsoft.AspNetCore.Components.QuickGrid.PaginationState.RenderFillerRows.get -> bool
82- Microsoft.AspNetCore.Components.QuickGrid.PaginationState.RenderFillerRows.set -> void
8381Microsoft.AspNetCore.Components.QuickGrid.PaginationState.SetCurrentPageIndexAsync(int pageIndex) -> System.Threading.Tasks.Task!
8482Microsoft.AspNetCore.Components.QuickGrid.PaginationState.TotalItemCount.get -> int?
8583Microsoft.AspNetCore.Components.QuickGrid.PaginationState.TotalItemCountChanged -> System.EventHandler<int?>?
Original file line number Diff line number Diff line change 11#nullable enable
2+ Microsoft.AspNetCore.Components.QuickGrid.PaginationState.RenderFillerRows.get -> bool
3+ Microsoft.AspNetCore.Components.QuickGrid.PaginationState.RenderFillerRows.set -> void
24Microsoft.AspNetCore.Components.QuickGrid.QuickGrid<TGridItem>.HideColumnOptionsAsync() -> System.Threading.Tasks.Task!
35Microsoft.AspNetCore.Components.QuickGrid.QuickGrid<TGridItem>.RowClass.get -> System.Func<TGridItem, string?>?
4- Microsoft.AspNetCore.Components.QuickGrid.QuickGrid<TGridItem>.RowClass.set -> void
6+ Microsoft.AspNetCore.Components.QuickGrid.QuickGrid<TGridItem>.RowClass.set -> void
You can’t perform that action at this time.
0 commit comments