enter image description here I added nattable configLabel to add background color. But what if you want to display the blue color at the top when multiple background colors are combined? Answer The labels are managed in a LabelStack. The labels are interpreted top-down. That means if multiple labels are applied that all would have effect on the background color,
Tag: nattable
RowSelection in NatTable with column group header
I created an Eclipse application where I implemented the row selection for the NatTable with a single column header. The row selection works correctly. Later I added a NatTable with a column group header to the application. Here comes problem, after clicking on cell the row selection doesn’t work. Only clicked cell is selected. I define the row selection in