How to make a multiselect for a dropdown list?

How to make a multiselect for a dropdown list?

o.bho.bh Posts: 3Questions: 2Answers: 0

Hi! I need make multiselect dropdown list for filtration of categories.
Have Datatables capabilities for this?
Thanks!

Answers

  • allanallan Posts: 61,697Questions: 1Answers: 10,102 Site admin

    The column().search() method could be used for this. Set it to match with regex and then use term1|term2|term3 etc to build up the regular expression based on the values selected in your list of options.

    Allan

This discussion has been closed.