iDisplayLength usage
iDisplayLength usage
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,
.
.
.
var oTable = $('#example').dataTable({
"aaData": data,
"iDisplayLength":5,
.
.
.
This discussion has been closed.
Replies