Skip to content

applyClientFilterUpdates

applyClientFilterUpdates<T>(filters, table): void

Defined in: packages/core/src/helpers/filtering.ts:45

Applies a batch of TanStack ColumnFilters to a table instance, routing the reserved search filter id to the global filter instead of a column filter.

T

ColumnFilter[]

Table<T>

void