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
Features API Reference

filterFn_equalsString

Variable: filterFn_equalsString

ts
const filterFn_equalsString: FilterFn<any, any>;
const filterFn_equalsString: FilterFn<any, any>;

Defined in: fns/filterFns.ts:98

Keeps rows whose stringified column value equals the filter text.

Both values are lowercased before comparison, and empty filter values are auto-removed.