Accent neutralise not working with server side pagination
Accent neutralise not working with server side pagination
JhoanBorges
Posts: 3Questions: 1Answers: 0
Hi, I'm facing this issuse. And is pretty simple Accent neutralise pluging work perfectly but for any reason it isn't working on a datatable with server side pagiantion. I've tested both and the normal datatable works, the problem is the datatable with server side pagiantión.
This discussion has been closed.
Answers
Hi @JhoanBorges ,
We're happy to take a look. As per the forum rules, if you could link to a running test case showing the issue we can offer some help. Information on how to create a test case (if you aren't able to link to the page you are working on) is available here.
Cheers,
Colin
Hi. I'ts a server side example. So is'nt gonna work propertly.
https://jsfiddle.net/rt1gwp70/
Of course, im using https://datatables.net/plug-ins/filtering/type-based/accent-neutralise
The problem shows up when i try to neutralise accents from the server side. Seems like the functions is working properly removing accents, but it does'nt works with the fields of the tables
Hi @JhoanBorges ,
Yep, that fiddle doesn't run so it doesn't help. DataTables doesn't do anything special with characters, so it's likely to be your backend (if you're using a database). There's a few threads on this, see here, here and here.
Hope that helps,
Cheers,
Colin