cancel
Showing results for 
Search instead for 
Did you mean: 

How to Implement Grouping on Row in Table

Former Member
0 Kudos

Hi All,

I am new at this stage. I want to show data in a Table with Grouping on Rows. How can I implement Grouping on rows.

for exampl.: Lots of data are coming in a Table but I want to show them by grouping on Country,State,City

India

Haryana

Hisar

Rohtak

Maharashtra

Mumbai

America

........

............

............

............

..........

..........

Accepted Solutions (0)

Answers (3)

Answers (3)

p330068
Active Contributor
0 Kudos

Dear Shiv,

For the table column grouping, table column should be GroupedColumn. Bind the context attribute to the groupingValue properties of the GroupedColumn same as which you will bind to the TextView-TableCellEditor TEXT.

Hope it will helps.

Best Regards

Arun Jaiswal

Former Member
0 Kudos

Hi Shiv kumar,

Refer the below article and forum thread for your requirement. This can be done by using TreeByNestingTableColumn UI element in the table.

[Article|/docs/DOC-8061#31]

[Forum Thread|;

Regards,

Vishweshwara P.K.M.

Former Member
0 Kudos

For each table column you can specify a grouping value. The grouping value property is available in properties of table column.

Ex for country column you can give country name has grouping value and similarly state name for state column

The node bind to the table should be in sorted order.