const globalFilteringFeature: TableFeature<GlobalFilteringFeatureConstructors<TableFeatures, RowData>>;
Defined in: features/global-filtering/globalFilteringFeature.ts:92
The Global Filtering feature adds global filtering state and APIs to the table and column objects. Note: This is dependent on the columnFilteringFeature feature.