I think here you are looking for the initial display length (which can be changed by the dropdown) by default this is set to 10. add the following to your initialisation:
[code]
"iDisplayLength": n // where n is the number of rows you wish to display.
[/code]
Replies
I think here you are looking for the initial display length (which can be changed by the dropdown) by default this is set to 10. add the following to your initialisation:
[code]
"iDisplayLength": n // where n is the number of rows you wish to display.
[/code]