Appearance
Home > @liquidrazor/list-display > applyPagination
applyPagination() function
Slices the rows according to the pagination state.
Signature:
typescript
applyPagination: <TRow = AnyRow>(rows: TRow[], pagination: PaginationState) => TRow[]Parameters
Parameter | Type | Description |
|---|---|---|
rows | TRow[] | |
pagination |
Returns:
TRow[]