TanStack

ColumnDef_GlobalFiltering

Interface: ColumnDef_GlobalFiltering

Defined in: features/global-filtering/globalFilteringFeature.types.ts:18

Properties

enableGlobalFilter?

ts
optional enableGlobalFilter: boolean;

Defined in: features/global-filtering/globalFilteringFeature.types.ts:25

Allows this column to be scanned by global filtering.

Defaults to true; table-level global filtering and enableFilters must also allow filtering.