Datatable search does not recognize some special characters
Datatable search does not recognize some special characters
piyushbeli
Posts: 1Questions: 0Answers: 0
When I search in the datatable using @table.fnFilter($(e.target).val()) then it does not return correct result for few special characters.
like ti, sometimes for #.
$(e.target).val() gives you the string to be searched.
Do you think it is because it is searching a html content instead of text ?
like ti, sometimes for #.
$(e.target).val() gives you the string to be searched.
Do you think it is because it is searching a html content instead of text ?
This discussion has been closed.