The type of filter data.
The type of row data.
OptionalinitialValue: Partial<IQuery<FilterData, RowData>>The initial value for the query.
Optionaloptions: Partial<IParams<FilterData, RowData>>The options for the hook.
The callback function to handle filter data changes.
The callback function to handle limit changes.
The callback function to handle page changes.
The callback function to handle sort model changes.
The callback function to handle chip data changes.
The callback function to handle search changes.
The callback function to handle state changes.
The function to remove empty filters.
The fallback options.
The prefix for searchstate
The cleanup flag if changing location
The cleanup flag if remove extra query params
An object containing the pagination props and methods.
A hook that provides pagination functionality for querying data.