Multi Select Cascading Filters

Multi Select Cascading Filters

mikejeanmikejean Posts: 2Questions: 1Answers: 0

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

Answers

  • colincolin Posts: 15,237Questions: 1Answers: 2,599

    This example here shows cascading filters, hopefully that'll get you going,

    Colin

  • mikejeanmikejean Posts: 2Questions: 1Answers: 0

    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.

  • kthorngrenkthorngren Posts: 21,173Questions: 26Answers: 4,923

    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

This discussion has been closed.