How to change the height of the rows in datable. Thanks in advance.
Just in the same way you would with a plain HTML table td { height: ... } in your CSS.
td { height: ... }
Allan
Replies
Just in the same way you would with a plain HTML table
td { height: ... }in your CSS.Allan