how do I add column filtering in react data-table

1.9k Views Asked by At

I am displaying real time data on react data-table.I have added a global filter but I need to add filter to each column

1

There are 1 best solutions below

0
Kaushik Makholiya On

We have extended package name called react-data-table-component-with-filter there you just need to pass filterable: true then you will get filter option column wise

https://anothercodeartist.github.io/react-data-table-component/?path=/docs/getting-started-kitchen-sink--kitchen-sink

enter image description here