Set Custom entries perpage
Set Custom entries perpage
jqnice
Posts: 2Questions: 0Answers: 0
hi all
i wanna to set entries per page dynamically
can i do it? and if i can , how to do it?
i try this :
[code]
$(document).ready(function() {
oTable = $('#example').dataTable({
"bJQueryUI": true,
"sPaginationType": "full_numbers",
"iDisplayLength": "10"
});
} );
[/code]
its working , but not good.and numbering the page with (010) for example ,so next page & end of pages not working perfect...
(very very very sorry about my Bad English :-) )
i wanna to set entries per page dynamically
can i do it? and if i can , how to do it?
i try this :
[code]
$(document).ready(function() {
oTable = $('#example').dataTable({
"bJQueryUI": true,
"sPaginationType": "full_numbers",
"iDisplayLength": "10"
});
} );
[/code]
its working , but not good.and numbering the page with (010) for example ,so next page & end of pages not working perfect...
(very very very sorry about my Bad English :-) )
This discussion has been closed.
Replies
[code]"iDisplayLength": 10[/code]
very thank you fbas :-x