komarovalexander / ka-table

Lightweight MIT React Table component with Sorting, Filtering, Grouping, Virtualization, Editing and many more
http://ka-table.com
MIT License
769 stars 56 forks source link

Header filter should support filter function as filterRow does #364

Closed komarovalexander closed 9 months ago

komarovalexander commented 9 months ago

we need to support list of values by header filter https://stackblitz.com/edit/table-header-filter-ts-9qld7v?file=Demo.tsx

it can be done using filter function which at this time works for filterRow only https://komarovalexander.github.io/ka-table/#/filter-row-custom-logic