Row height
Row height
mpm
Posts: 15Questions: 8Answers: 0
How to change the height of the rows in datable. Thanks in advance.
This discussion has been closed.
Replies
Just in the same way you would with a plain HTML table
td { height: ... }
in your CSS.Allan