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
It looks like you're new here. If you want to get involved, click one of these buttons!
Replies
Just in the same way you would with a plain HTML table
td { height: ... }
in your CSS.Allan