# filterFn_betweenInclusive

# Variable: filterFn\_betweenInclusive

```ts
const filterFn_betweenInclusive: CreatedFilterFn<any, any>;
```

Defined in: [features/column-filtering/filterFns.ts:269](https://github.com/TanStack/table/blob/main/packages/table-core/src/features/column-filtering/filterFns.ts#L269)

Keeps rows whose value falls between an inclusive min/max pair.

Blank range endpoints are treated as open-ended.
