Filter the table by selecting multiple values in single column using check box
Filter the table by selecting multiple values in single column using check box
Hi,
I need help to filter the any columns by selecting more than one value (using check box).
I used data table plug-in to display my records and used dataTables.columnfilter plugin for filtering records.
Using this, I am able to filter the records by selecting any one value from the drop-down list.
Now I have new requirement. I want to filter by selecting more than one value from single column.
For this first I need to create drop-down list with check box, then by selecting values i need to filter the table.
Does anyone have solution for this?
I used dropdownchecklist plugin to get the drop-down with check box, but not getting how to use this for filtering or where to change the code in datTable plug-in.
Thanks for any input.
Thanks,
-sharath
I need help to filter the any columns by selecting more than one value (using check box).
I used data table plug-in to display my records and used dataTables.columnfilter plugin for filtering records.
Using this, I am able to filter the records by selecting any one value from the drop-down list.
Now I have new requirement. I want to filter by selecting more than one value from single column.
For this first I need to create drop-down list with check box, then by selecting values i need to filter the table.
Does anyone have solution for this?
I used dropdownchecklist plugin to get the drop-down with check box, but not getting how to use this for filtering or where to change the code in datTable plug-in.
Thanks for any input.
Thanks,
-sharath
This discussion has been closed.
Replies