Quantcast
Channel: Free community support — DataTables forums
Viewing all articles
Browse latest Browse all 35271

Server side filtering with i18n characters

$
0
0

Hi,

We are trying to achieve internationalized filtering with following code snipped while initializing the datatable

"fnServerParams": function (sAjaxSource, aoData, fnCallback){ $.ajax({ "contentType": "application/json;charset=UTF-8", "type": "POST", "url": sppMain.availableResourceUrl.spListValue, "data": "requestData=" + encodeURIComponent(JSON.stringify(aoData)), "success": fnCallback

});

This block of code is working in when the server is running on windows but same is not working on linux machine.

Please help us with a solution.


Viewing all articles
Browse latest Browse all 35271

Trending Articles