Docs
CodeRabbit
Cloudflare
AG Grid
SerpAPI
Netlify
OpenRouter
WorkOS
Clerk
Electric
PowerSync
Sentry
Railway
Prisma
Strapi
Unkey
CodeRabbit
Cloudflare
AG Grid
SerpAPI
Netlify
OpenRouter
WorkOS
Clerk
Electric
PowerSync
Sentry
Railway
Prisma
Strapi
Unkey
Table API Reference
Column API Reference
Row API Reference
Cell API Reference
Header API Reference
Features API Reference
Static Functions API Reference
Legacy API Reference
Static Functions API Reference

table_getGlobalAutoFilterFn

Function: table_getGlobalAutoFilterFn()

ts
function table_getGlobalAutoFilterFn(): FilterFn<any, any>;
function table_getGlobalAutoFilterFn(): FilterFn<any, any>;

Defined in: features/global-filtering/globalFilteringFeature.utils.ts:45

Provides the built-in automatic global filter function.

Global filtering defaults to includesString, which gives search-box style matching across globally filterable columns.

Returns

FilterFn<any, any>

Example

ts
const filterFn = table_getGlobalAutoFilterFn()
const filterFn = table_getGlobalAutoFilterFn()