Index one past the last row wanted, exclusive.
Active filters, keyed by column id. Empty when unfiltered.
Always empty. Present only for ag-grid wire compatibility.
Always empty. Present only for ag-grid wire compatibility.
Always false. Present only for ag-grid wire compatibility.
Always empty. Present only for ag-grid wire compatibility.
Active sorts, primary first. Empty when unsorted.
Zero-based index of the first row wanted, inclusive.
Always empty. Present only for ag-grid wire compatibility.
What the grid asks the server for: one page, with the active sort and filters.
Structurally compatible with ag-grid's
IServerSideGetRowsRequest, so an endpoint written for that model accepts this verbatim. The grouping and pivot fields are always sent empty — this grid does not implement them — but they are present so servers that destructure them do not fall over.Example: Handling the request on the server