I am trying to implement a search filter and dropdown filter for JSON data. using that data I need to filter my table using separate search filter and dropdown filter. only the search filter I have implemented and works fine but stuck in the dropdown filter. [URL of images what I have created] [1]: [https://i.stack.imgur.com/UpNt5.png] [2]: https://i.stack.imgur.com/Zu32a.png
Asked
Active
Viewed 64 times
0
-
For Dropdown filter you first need to take value selected by dropdown, and then pass this selected dropdown value to filter table and then filter on table. – Developer May 20 '21 at 08:02
-
@GaurangDhorda, can you please help me with the code. How we can do that? – Tushar Sinare May 21 '21 at 12:03
-
Did you use any component library for table ? or its simple html table element like `
` ?@TusharSinare
– Developer May 21 '21 at 12:11