# globalFilteringFeature # Variable: globalFilteringFeature ```ts const globalFilteringFeature: TableFeature>; ``` Defined in: [features/global-filtering/globalFilteringFeature.ts:92](https://github.com/TanStack/table/blob/main/packages/table-core/src/features/global-filtering/globalFilteringFeature.ts#L92) The Global Filtering feature adds global filtering state and APIs to the table and column objects. **Note:** This is dependent on the columnFilteringFeature feature.