Skip to main content



      Home
Home » Eclipse Projects » Eclipse Scout » Is table row height configurable?(Scout 11. Classic)
Is table row height configurable? [message #1860249] Mon, 24 July 2023 17:46 Go to next message
Eclipse UserFriend
Hi,
is it possible to change the table row height?
In old version it was possible with getConfiguredRowHeightHint() method
thank you
Felix
Re: Is table row height configurable? [message #1860297 is a reply to message #1860249] Thu, 27 July 2023 05:11 Go to previous messageGo to next message
Eclipse UserFriend
Hi,

You can set a CSS class on the table or an individual row and adjust the padding of a table row. Since 22, there is a CSS variable for this purpose.

table.addCssClass('my-custom-class')

.table.my-custom-class {
  --table-row-padding-y: 20px;
}
Re: Is table row height configurable? [message #1860323 is a reply to message #1860297] Fri, 28 July 2023 06:18 Go to previous message
Eclipse UserFriend
thank you, Claudio!
Previous Topic:Using Data Objects with standard eclipse scout
Next Topic:A BIG thank you to the Eclipse Scout team
Goto Forum:
  


Current Time: Fri Jun 20 01:40:06 EDT 2025

Powered by FUDForum. Page generated in 0.04135 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top