const filterFn_lessThanOrEqualTo: CreatedFilterFn<any, any>;
Defined in: features/column-filtering/filterFns.ts:243
Keeps rows whose value is less than or equal to the filter value.
This is implemented as the inverse of greater-than comparison.