Docs
CodeRabbit
Cloudflare
Railway
WorkOS
Clerk
SerpAPI
AG Grid
OpenRouter
Netlify
Prisma
Unkey
Electric
Sentry
CodeRabbit
Cloudflare
Railway
WorkOS
Clerk
SerpAPI
AG Grid
OpenRouter
Netlify
Prisma
Unkey
Electric
Sentry
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()