set number of rows while paging table

set number of rows while paging table

ondraondra Posts: 6Questions: 0Answers: 0
edited November 2009 in General
Hi, is there any way how to set number of rows of the pageable table ?

Replies

  • izzy6150izzy6150 Posts: 49Questions: 0Answers: 0
    Hi ondra,

    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]
  • ondraondra Posts: 6Questions: 0Answers: 0
    yes ,exactly :) thanks
This discussion has been closed.