function table_getGlobalAutoFilterFn(): <TFeatures, TData>(row, columnId, filterValue) => boolean & object;Defined in: features/global-filtering/globalFilteringFeature.utils.ts:45
Provides the built-in automatic global filter function.
Global filtering defaults to includesString, which gives search-box style matching across globally filterable columns.
<TFeatures, TData>(row, columnId, filterValue) => boolean & object
const filterFn = table_getGlobalAutoFilterFn()