TanStack

filterFn_notEmpty

Variable: filterFn_notEmpty

ts
const filterFn_notEmpty: CreatedFilterFn<any, any>;

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

Keeps rows whose column value is not empty.

A value is empty when it is nullish or stringifies to whitespace only. The filter value acts as an on/off flag: false and blank values are auto-removed.