I am trying to create a static filter row just below the header on my Handson Table. My current HTML table has a select2 dropdown that I use to filter data for each column. Has anyone been able to do the same for a Handson Table? Example Image of current HTML table
Asked
Active
Viewed 207 times
0
-
show us your codes – user1506104 Oct 29 '17 at 12:23
-
What do you mean by filter ? Do you try to hide non-relevant row ? Highlight the relevent one ? Can you specify what are you trying to achieve exactly ? – Fab Oct 30 '17 at 08:59
-
Sure thing. I want to add a row with inputs to filter the data (Only show filtered data/rows). Handson Table has filter options that you can access via a button click on the header. I want to display an actual filter row with the input values. – Johan Strydom Oct 30 '17 at 12:08
-
@Johan Strydom I did code something like that a few month ago [that you can find here](https://stackoverflow.com/a/39772668/5898393) since I didn't want to use the Pro version (which include the filter you mentioned). The filters here are not included in the table as a header but that shouldn't be the most difficult task to do – Fab Oct 31 '17 at 10:36