Skip to content

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 …