Can't change iDisplayLength
Can't change iDisplayLength
m0nstaLulz
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!
This discussion has been closed.
Answers
Actually just realized that you need pageLength, but it still doesn't work.