searchPanes: case sensitive filter input
searchPanes: case sensitive filter input
pankus
Posts: 10Questions: 4Answers: 0
Link to test case:
Debugger code (debug.datatables.net):
Error messages shown:
Description of problem: Is there any chance to make the SearchPanes filter inputs case sensitive? If so, it would be possible to make case sensitive one panel only?
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
Yep, each SearchPanes is a standard DataTable, so you can use
search.caseInsensitive
to do that - something like this: http://live.datatables.net/fehilixa/1/edit (the position column is case sensitive, the rest aren't).Colin
Great! Thank you