GridState Constructor
Namespace: BlazorBootstrapAssembly: BlazorBootstrap (in BlazorBootstrap.dll) Version: 0.7+1dadc87dcf0a0f837e19a3ce2deb7c1cd85375d1
public GridState(
ushort pageIndex,
IReadOnlyList<SortingItem>? sorting
)
Parameters
- pageIndex UInt16
- Index of the page the user is currently on within the GridTItem
- sorting IReadOnlyListSortingItem
- Sorting of the GridTItem, can optionally be left if nothing is applied.