Hi,
I have a requirement, where i have to expand/collapse the columns like below
ID Name Profile
1 X A
1 X B
2 Y C
2 X D
2 X E
now i want to group ID's and Names
ID name Profile
1
when i expand '1' then
ID Name profile
1 X
when i expand 'X' then i have to c Profiles of that
jo