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_greaterThan

Variable: filterFn_greaterThan

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

Defined in: fns/filterFns.ts:140

Keeps rows whose value is greater than the filter value.

Numeric values are compared numerically when both sides can be coerced to numbers; otherwise normalized strings are compared.