GridState Constructor
Namespace: BlazorBootstrapAssembly: BlazorBootstrap (in BlazorBootstrap.dll) Version: 0.7+45c8d9adb5970d727cceec44a5ed61aea0016e50
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.