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_lessThan

Variable: filterFn_lessThan

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

Defined in: fns/filterFns.ts:190

Keeps rows whose value is less than the filter value.

This is implemented as the inverse of greater-than-or-equal comparison.