HI Experts,
Please solve it out.
I need to create a assignment block which display Employee details as per there Role. There are 3 fixed role like Role1 Role2 and Role3. under beneath of each role different user assign.
My requirement is to display the like Header(Roles) and item(user) in Tree form.
The user are in custom database table .
Example
Role1
User_ID1 User_Name
User_ID2 User_Name
Role2
User_ID3 User_Name
User_ID4 User_Name
User_ID5 User_Name
Role3
User_ID6 User_Name
User_ID 7 User_Name
Please suggest how can i achieve this tast.
Thanks
Imran