iDisplayLength usage

iDisplayLength usage

remsyremsy Posts: 10Questions: 0Answers: 0
edited January 2011 in General
Hi. Setting option iDisplayLength does not have any effect on the number of rows being displayed, I set it just like this:

var oTable = $('#example').dataTable({
"aaData": data,
"iDisplayLength":5,
.
.
.

Replies

  • remsyremsy Posts: 10Questions: 0Answers: 0
    never mind I got it working, I cleaned cookies and restarted browser...
This discussion has been closed.