Can't change iDisplayLength

Can't change iDisplayLength

m0nstaLulzm0nstaLulz Posts: 5Questions: 1Answers: 0

This is what I'm using to change the number of entries shown.

$(document).ready(function() {
$('#example').dataTable( {
"language": {
"iDisplayLength": 300
}
} );
} );

But it won't work.

http://thesgn.com/board/index.php?pages/testmemberlist/

Any suggestions? Thanks!

Answers

  • m0nstaLulzm0nstaLulz Posts: 5Questions: 1Answers: 0

    Actually just realized that you need pageLength, but it still doesn't work.

This discussion has been closed.