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