Skip to content

DataRequestModel

Since v2.0.0

Sort/filter state passed through to the server.

PropertyTypeDescription
sortModel?{ field: string; direction: desc | asc }[]Active sort columns, in priority order. Empty array when unsorted.
filterModel?Record<string, unknown>Active filter model keyed by field name. Empty object when no filters are applied.