"Next" button is not work, and always 1 page

"Next" button is not work, and always 1 page

GunENEGunENE Posts: 2Questions: 0Answers: 0
edited October 2012 in DataTables 1.9
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.

Replies

  • GunENEGunENE Posts: 2Questions: 0Answers: 0
    I solved.
    "bServerSide": true deleted. and ok.
This discussion has been closed.