TanStack

filterFn_equalsString

Variable: filterFn_equalsString

ts
const filterFn_equalsString: CreatedFilterFn<any, any>;

Defined in: features/column-filtering/filterFns.ts:127

Keeps rows whose stringified column value equals the filter text.

Both values are lowercased before comparison, and empty filter values are auto-removed.