GridData<T>
Result returned by a server-data loader: the rows for the requested page and the
total number of rows across all pages. Member names mirror MudBlazor’s GridData<T>.
Type parameters
Section titled “Type parameters”T— Row item type.
Properties
Section titled “Properties”Rows for the requested page.
TotalItems
Section titled “TotalItems”Total number of rows across all pages.