I have two tables , The left table list some item information. when click each item, the right table will display related information. the right table have different container source and different column against left item. who has experience on this? I want to update table every time. but it doesn’t work .
Thanks, I also use this method. but It doesn’t work. there is any not data display in table on browse. I don’t know why. Whether need to a special refresh method.
It might depend on your layout, etc.
In my prototype, I just have the table as a component of a split panel, so I just do: horizontalSplit.setSecondComponent( table );