GridState Constructor
Namespace: BlazorBootstrapAssembly: BlazorBootstrap (in BlazorBootstrap.dll) Version: 0.8+34f1bbd8dc6b32752cfce829cbed66e15113d7ba
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.