TanStack

filterFn_endsWith

Variable: filterFn_endsWith

ts
const filterFn_endsWith: CreatedFilterFn<any, any>;

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

Keeps rows whose stringified column value ends with the filter text.

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