Column select filter is giving "No matching records found"
Column select filter is giving "No matching records found"
abhi9
Posts: 4Questions: 2Answers: 0
If you see this example http://datatables.net/examples/api/multi_filter_select.html
Then if you select any value from dropdown filter and then in same filter you select an empty value, then it should remove that filter and show all records. But in reality it starts showing "No matching records found"
It was working fine with version 1.9 but in 1.10 it looks like a bug.
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
Here is a fixed version...
http://live.datatables.net/nupapuh/1/edit
Thanks Daimian. Another solution I found is to remove the regex search string. Instead just pass the plain value, then it will provide the desired behavior.
Thanks for the code.