Project

General

Profile

Task #1968

Updated by Andrei Bintintan over 3 years ago

There are use-cases when we need to set the row height for a table fixed.  
 Currently this can be achieved by a combination of `LINE_SIZE`, `PADDING_TOP`, `PADDING_BOTTOM` combination 

 Proposed solution: 
 We add an optional `HEIGHT` `ROW_HEIGHT` parameter. Default value is '' which will work as in the current version. currently. If specified the specified value will enforce the specified value as the "cell height" be enforced a row-height.

Back