"Next" button is not work, and always 1 page
"Next" button is not work, and always 1 page
GunENE
Posts: 2Questions: 0Answers: 0
my html page source is
[code] $(document).ready(function() {
$("#url_table").dataTable( {
"iDisplayLength": "3",
"bStateSave": true,
"bProcessing": true,
"sPaginationType": "full_numbers",
"bServerSide": true,
"bPaginate": true,
"sAjaxSource": "{{ path('request_url_list_ajax') }}"
} );
});[/code]
total entries is 50.
but my paginate is always 1 page.
i did search, and all read.
but i don't know.
please help me.
[code] $(document).ready(function() {
$("#url_table").dataTable( {
"iDisplayLength": "3",
"bStateSave": true,
"bProcessing": true,
"sPaginationType": "full_numbers",
"bServerSide": true,
"bPaginate": true,
"sAjaxSource": "{{ path('request_url_list_ajax') }}"
} );
});[/code]
total entries is 50.
but my paginate is always 1 page.
i did search, and all read.
but i don't know.
please help me.
This discussion has been closed.
Replies
"bServerSide": true deleted. and ok.