createGlobalSearchFilter
createGlobalSearchFilter<
T>(options): (row,columnId,value) =>boolean
Defined in: packages/core/src/helpers/filtering.ts:10
Builds a TanStack globalFilterFn that searches raw row data across a fixed set of columns.
Type Parameters
Section titled “Type Parameters”T
Parameters
Section titled “Parameters”options
Section titled “options”Returns
Section titled “Returns”(row, columnId, value) => boolean