About Datatables how to use this server side pagination
About Datatables how to use this server side pagination
I have used this
$(document).ready(function() {
$('#example').dataTable( {
"bProcessing": true,
"bServerSide": true,
"sAjaxSource": ""/EF/reports/test/form/firstjsp.jsp""
} );
} );
for server side pagination but it's not going on first.jsp what should i do?
$(document).ready(function() {
$('#example').dataTable( {
"bProcessing": true,
"bServerSide": true,
"sAjaxSource": ""/EF/reports/test/form/firstjsp.jsp""
} );
} );
for server side pagination but it's not going on first.jsp what should i do?
This discussion has been closed.
Replies
Allan
alert("hi");
$('#example').dataTable( {
"bProcessing": true,
"bServerSide": true,
"sAjaxSource": "/EF/reports/test/form/firstjsp.jsp"
then also its not working. is there any js missing or any problem plz tell me it's not fetching data from firstjsp.jsp
} );
} );