How to make a multiselect for a dropdown list?
How to make a multiselect for a dropdown list?
o.bh
Posts: 3Questions: 2Answers: 0
Hi! I need make multiselect dropdown list for filtration of categories.
Have Datatables capabilities for this?
Thanks!
This discussion has been closed.
Answers
The
column().search()
method could be used for this. Set it to match with regex and then useterm1|term2|term3
etc to build up the regular expression based on the values selected in your list of options.Allan