[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.platform.rcp] Is it possible to have grouping of records in a table?

Hi,

I've a requirement where I've a list of records sorted by item. I want to have some kind of totalling on quantity, like below.

Item          Location                     Qty
----------------------------------------------
+ Mouse                                     15
              Godown                        10
              Store Floor                    5
+ KeyBoard                                   7
              Store Floor                    7


Each line is a record. When I click on +, it is like collapsing and expanding the detail information. I am not sure if it is possible to do this in RCP.


Regards
--
- Satheesh