Closed
Description
Description
QuickGrid will render additional empty rows to fill in the final page of data when used with a Paginator. In .NET 9, it will also fill in empty data cells. This is intended to facilitate styling the QuickGrid so that it has a stable height and styling across all pages. Something like this:
::deep tr {
height: 2em;
}
Note that for ::deep
to work when using component specific styles for whatever component is the parent of the QuickGrid, the QuickGrid needs to have a wrapper element.
Page URL
Content source URL
https://github.com/dotnet/AspNetCore.Docs/blob/main/aspnetcore/blazor/components/quickgrid.md
Document ID
564e71e3-82ed-ce23-4f9f-a00a58734a62
Article author
Metadata
Metadata
Assignees
Type
Projects
Status
Done