Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    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 21:46 Go to next message
Felix R is currently offline Felix RFriend
Messages: 22
Registered: January 2015
Junior Member
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 09:11 Go to previous messageGo to next message
Claudio Guglielmo is currently offline Claudio GuglielmoFriend
Messages: 256
Registered: March 2010
Senior Member
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 10:18 Go to previous message
Felix R is currently offline Felix RFriend
Messages: 22
Registered: January 2015
Junior Member
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: Wed May 08 09:36:30 GMT 2024

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

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

Back to the top