Multi Select Cascading Filters
Multi Select Cascading Filters

I need to setup my datatable to have a multiselect column filter above each column. Where the column filter only has options for "All" or the data contained within that column. I need a marriage of the following two approaches:
This final solution should have the filter reductions and multiselect capability.
https://jsfiddle.net/41vgefnf/10/
http://live.datatables.net/gejojiqu/1/edit
This discussion has been closed.
Answers
This example here shows cascading filters, hopefully that'll get you going,
Colin
That's almost it. Can you make the select inputs into a multi select input and preserve the cascading effect between select inputs? When I was attempting to do this I was still seeing the datatable data before the search was applied.
Whether its a multiple select or not the process should be the same. Please update Colin's example to show the problem you are having with multiple selects.
Kevin