is it possible to collapse (invisible) column groups by the software? In my application I have a
master - detail pattern. A tree is the master and the NatTable the detail. According to the selected
element in the tree column groups should be visible or invisible.
Have a look at the NatTable commands. There is a ColumnGroupCollapseCommand. You can execute commands by calling doCommand() on your NatTable instance.
I'm currently on vacation so sorry for the short answer.
thanks for the quick answer even u are on vacation.
I am using the MultiColumnShowCommand and MultiColumnHideCommand command and all works fine.
all the best Martin
Dirk Fauth wrote, On 20.08.2012 09:36:
> Hi,
> Have a look at the NatTable commands. There is a ColumnGroupCollapseCommand. You can execute
> commands by calling doCommand() on your NatTable instance.
> I'm currently on vacation so sorry for the short answer.
> Greez, Dirk