Exclude some data in column for search
Exclude some data in column for search
andrey9813
Posts: 3Questions: 2Answers: 0
I have a lot of text data in some columns (select with big number of options)
The problem, that these columns break the search (bFilter) on client side because we always can find some data in such big selects, which matches with this searching phrase.
How I can avoid it? I don't want to exclude all column from search, just some part of it.
For example, I want to search by selected options, but avoid options which not selected yet.
v. 1.10.9
Thx for any help.
This discussion has been closed.
Answers
OK, finally I found the working example
Tried to check what's going on in sources and found this.
https://github.com/DataTables/DataTables/blob/master/media/js/jquery.dataTables.js#L12502
Works for me.