function table_setGlobalFilter<TFeatures, TData>(table, updater): void;function table_setGlobalFilter<TFeatures, TData>(table, updater): void;Defined in: features/global-filtering/globalFilteringFeature.utils.ts:89
Routes a global filter updater through the table's global filter handler.
The updater may be a next value or a function of the previous value, matching the instance table.setGlobalFilter behavior.
TFeatures extends TableFeatures
TData extends RowData
Table_Internal<TFeatures, TData>
any
void
table_setGlobalFilter(table, 'search text')table_setGlobalFilter(table, 'search text')