Checkbox in Filter drop-down
Checkbox in Filter drop-down
RUJAL JARIWALA
Posts: 1Questions: 1Answers: 0
Hoe can I put check-box in filter, so I can select multiple and filter accordingly.
Say for an example
: here I want data of London as well as New York.
https://datatables.net/examples/api/multi_filter_select.html
This discussion has been closed.
Answers
See this
JSFiddle
to give you a direction.You need to change the
select
to bemultiple
, map all the selectedoption
values and use the Regexor
operator to search the column.Hope it helps.