Skip to Content
1
Feb 20, 2017 at 07:41 AM

How to resize a table row height in UI5

6507 Views

Hello,

It seems that table row height of UI5 Table is pretty big with lot of white space above and below the text.

Is there anyway I can resize the height of the row with lesser px? I want to apply this seeting only for this table and not all tables.

When I look at its CSS in Chrome Developer tools, I get following:

element.style{height: 49px} is the culprit. How can I make it like 30 px and can apply only to this table?

Thanks !

Attachments

table-height.jpg (40.3 kB)
table-css.jpg (77.1 kB)