File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
src/Components/QuickGrid/Microsoft.AspNetCore.Components.QuickGrid/src Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ public class PaginationState
1313 /// <summary>
1414 /// Whether or not to render empty rows to fill the view.
1515 /// </summary>
16- public bool RenderFillerRows = true ;
16+ public bool RenderFillerRows { get ; set ; } = true ;
1717
1818 /// <summary>
1919 /// Gets or sets the number of items on each page.
Original file line number Diff line number Diff line change @@ -78,6 +78,8 @@ 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
8183Microsoft.AspNetCore.Components.QuickGrid.PaginationState.SetCurrentPageIndexAsync(int pageIndex) -> System.Threading.Tasks.Task!
8284Microsoft.AspNetCore.Components.QuickGrid.PaginationState.TotalItemCount.get -> int?
8385Microsoft.AspNetCore.Components.QuickGrid.PaginationState.TotalItemCountChanged -> System.EventHandler<int?>?
You can’t perform that action at this time.
0 commit comments