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

filterFn_lessThanOrEqualTo

Variable: filterFn_lessThanOrEqualTo

ts
const filterFn_lessThanOrEqualTo: <TFeatures, TData>(row, columnId, filterValue) => boolean & object;
const filterFn_lessThanOrEqualTo: <TFeatures, TData>(row, columnId, filterValue) => boolean & object;

Defined in: fns/filterFns.ts:189

Keeps rows whose value is less than or equal to the filter value.

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

Type Declaration

resolveFilterValue()

ts
resolveFilterValue: (val) => boolean;
resolveFilterValue: (val) => boolean;

Parameters

val

any

Returns

boolean