Checkbox in Filter drop-down
Checkbox in Filter drop-down
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
JSFiddleto give you a direction.You need to change the
selectto bemultiple, map all the selectedoptionvalues and use the Regexoroperator to search the column.Hope it helps.