Handles the chips list.
The list of chips to be handled.
Handles the list state reset.
A promise that resolves with no value.
Handles the filter action.
The filter data to be processed.
OptionalkeepPagination: booleanIndicates whether to keep the pagination state. Defaults to false.
Handles the event when the filters are collapsed or expanded.
Indicates whether the filters are collapsed or expanded.
Handles a change in the limit value.
The new limit value.
Handle page change function.
The page number being handled.
Reloads the data and updates the UI.
OptionalkeepPagination: booleanDetermines whether to keep the current pagination state. If set to true, the pagination will not be reset after reloading. If not provided or set to false, the pagination will be reset to its initial state.
Function to handle re-rendering.
Callback function to handle changes in rows.
Handles the search action.
The search query entered by the user.
Handles the sort model for the given sort.
The sort model to handle.
Represents a slot of position action in a list.