Remove accents in SearchBuilder
Remove accents in SearchBuilder
jpgbernardes
Posts: 3Questions: 1Answers: 0
Hello ,
How can I extend the rules I made for ('$: input') in order to remove accents inside Search Builder?
They are working perfectly in the regular filter and in SearchPanes, but not in SearchBuilder.
Tks,
Answers
Perhaps you could show us the rules you made?
Allan
Hello, this is the code !
$(':input').keyup(function () {
table
.search(
jQuery.fn.dataTable.ext.type.search.string(this.value)
)
.draw()
});
See the example :
When I search for Brasília in the main filter it's ok, but when I use SearchBuilder it does not work . In Search panes it is not working also!
http://live.datatables.net/kayajija/1/edit