Server side processing other language
Server side processing other language
Hello,
I'm using nxscript pages that is similar to php.
I'm wondering if I have to do something in datatables javascript to allow my nxscript extension
$(document).ready(function() {
$('#example').dataTable( {
"bProcessing": true,
"bServerSide": true,
"sAjaxSource": server.nxscript
} );
} );
With this, my server.nxscript is not interpreted.
Any ideas ;-)
Regards,
JP
I'm using nxscript pages that is similar to php.
I'm wondering if I have to do something in datatables javascript to allow my nxscript extension
$(document).ready(function() {
$('#example').dataTable( {
"bProcessing": true,
"bServerSide": true,
"sAjaxSource": server.nxscript
} );
} );
With this, my server.nxscript is not interpreted.
Any ideas ;-)
Regards,
JP
This discussion has been closed.
Replies
Allan
Server.nxscript give a correct file with secho and the data as you show in your example.
How can I check if the result is correct?
Thanks for helping me
Regards
Jp