HI All,
I have table with elements like username,id,contact,email,group,role
now I am retriving from database and displying in a table.
The requirement is one user can uniquely identified with username,group,role means one user can have many groups and role.
I want to display only one row for username if i click on user name it will expand or dispaly all the same user information like name,contact,email,group,role like TreeByNestingTableColumn and I can able to retrive the individual rows to update or delete from the table.
please help.