How to do multilevel grouping from datatable

How to do multilevel grouping from datatable

NagarajanENagarajanE Posts: 6Questions: 4Answers: 0

Hi Team,

I have below datatable. From this table i want to do row grouping.

I have to take Title column and should start the grouping. But the first value of the row should be a header remaining rows should come as grouping.
Current Datatable:
Title Comments
12344 Demo policy data
12344 Demo data for 12344
12344 Test data for 12344
12344 Tested data for 123443
12345 TestPolicy1
12345 Test data 12345
12345 Demo data
12345 Test record added
12346 12346 data
12347 Test data added
Showing 1 to 10 of 10 entriesPrevious1Next

Actual Table I am expecting:
Title Comments
12344 Demo policy data
12344 Demo data for 12344
12344 Test data for 12344
12344 Tested data for 123443
12345 TestPolicy1
12345 Test data 12345
12345 Demo data
12345 Test record added
12346 12346 data
12347 Test data added
Showing 1 to 10 of 10 entriesPrevious1Next

Answers

This discussion has been closed.