Display table inside Tree view
Summary:
Hi,
We wanted to achieve the functionality to display Table data inside tree node. Below is the scenario for better understanding:
Let's say for example we have employee table which has employee information along with their managers. Now the requirement is to build search UI based on search field such as Emp name or Number, Dept etc.. and display the results grouped by Manager. Manager attribute will be Tree node and when we expand the Manager node, Employee table should come up with employee information belongs to the Manager.
I followed the @Shay Shmeltzer-Oracle blog where it has same sort of requirement but with List view instead of table. I tried to keep table but it is not coming up the way we need.