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.
resolveFilterValue: (val) => boolean;resolveFilterValue: (val) => boolean;any
boolean