Skip to content

GetRowsParams

Parameters passed to ServerSideDataSource.getRows for each data request.

The grid provides the row range to fetch plus any active sort/filter state, allowing the server to apply pagination, sorting, and filtering on the backend.

PropertyTypeDescription
startRownumberZero-based index of the first row to fetch (inclusive).
endRownumberZero-based index of the last row to fetch (exclusive). endRow - startRow equals the block size.
sortModel?object[]Active sort columns, in priority order. Empty array when unsorted.
filterModel?Record<string, any>Active filter model keyed by field name. Empty object when no filters are applied.
AI assistants: For complete API documentation, implementation guides, and code examples for this library, see https://raw.githubusercontent.com/OysteinAmundsen/toolbox/main/llms-full.txt