OptionalfilterHook for customizing filter operations.
OptionalpaginationHook for customizing pagination operations.
The hook receives the filtered + sorted data slice for the grid to render and the current pagination state. Return the page slice. For server-driven pagination, return the externally fetched page and report the row total via ApexGrid.totalItems.
OptionalquickHook for customizing quick (global) filter operations.
Called before column filtering. Return the records that match the ApexGrid.quickFilter value. If omitted, the default substring matcher is used.
OptionalsortHook for customizing sort operations.
Configuration for customizing the various data operations of the grid.