Skip to content

Commit 2d50097

Browse files
Removes comment about making filler rows optional
1 parent 1c3cff0 commit 2d50097

File tree

1 file changed

+0
-1
lines changed
  • src/Components/QuickGrid/Microsoft.AspNetCore.Components.QuickGrid/src

1 file changed

+0
-1
lines changed

src/Components/QuickGrid/Microsoft.AspNetCore.Components.QuickGrid/src/QuickGrid.razor

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@
4848

4949
// When pagination is enabled, by default ensure we render the exact number of expected rows per page,
5050
// even if there aren't enough data items. This avoids the layout jumping on the last page.
51-
// Consider making this optional.
5251
if (Pagination is not null && Pagination.RenderFillerRows)
5352
{
5453
while (rowIndex++ < initialRowIndex + Pagination.ItemsPerPage)

0 commit comments

Comments
 (0)