How to change the table height?

How to change the table height?

valdezrvaldezr Posts: 49Questions: 0Answers: 0
edited April 2009 in General
Is there a parameter to change the initial table height?

Replies

  • allanallan Posts: 61,697Questions: 1Answers: 10,102 Site admin
    Hi valdezr,

    What do you mean by the table height?

    1. The number of rows can be controlled by iDisplayLength ( http://datatables.net/usage#iDisplayLength )
    2. The number of pixels can be specified by CSS ( table { height: 100px } )

    Hope this helps!
    Allan
This discussion has been closed.