Skip to content

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.

T

GlobalSearchFilterOptions

(row, columnId, value) => boolean