# filterFn_lessThan

# Variable: filterFn\_lessThan

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

Defined in: [fns/filterFns.ts:190](https://github.com/TanStack/table/blob/main/packages/table-core/src/fns/filterFns.ts#L190)

Keeps rows whose value is less than the filter value.

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