Optional
ComponentGlobal filter component rendered for in table. This overrides the fallback text-input-field.
Optional
autoReset filtering when data is changed.
true
Optional
defaultShould the Global Filter be visible by default.
false
Optional
disableDisable global filtering for table.
false
Optional
filterAllows overriding or adding additional filter types. If "globalFilter" type isn't found on this object, it will default to using the built-in filter types. Must be memoised.
Optional
global"text"
Optional
initialInitial settings of global filter.
{ globalFilter: {} }
Optional
manualManual filtering with custom logic, eg. server-side. Enables filter detection functionality, but does not automatically perform row filtering
false
Optional
onCallback executed when columns are sorted. The function must be wrapped in useCallback hook.
Generated using TypeDoc
Type interface for filtering options.