filter function type
In the FilterFn documentation there is this writing:
Is that correct typescript? if so, I never seen this kind of declaration before.. Should'n you declare function type with something like
?
https://tanstack.com/table/v8/docs/api/features/filters
Filters | TanStack Table Docs
Can-Filter
The ability for a column to be column filtered is determined by the following:
0 Replies