Search code examples
eclipse-rcpnattable

Which attribute is used for increasing row/cell height in NatTable?


Which config attribute should be used to increase row height of a NatTable? Is there any attribute to set in the config registry? or is there any other way?


Solution

  • Using DataLayer#setDefaultRowHeight() sets the default row height for all rows, if not a row height is set for a special row via DataLayer#setRowHeight(int, int)