Hello everyone!
I'm using Datables server-side processing.
Here is the initialization code:
var oTable = $('#dt_basic').dataTable({
"processing": true,
"serverSide": true,
"ajax": "../docfleet/_includes/data_veiculo.php"
});
Checking trough Firebug, that request creates the following URL:
But i'm having some problems. I'm almost sure it's the server that refuses to decode the url parameters because i'm getting "page not found" and if I clear the parameters the page shows.
Could anyone help-me with this?