Hi All,
Good Evening !!
We are using Jdev 12c
We are currently migrating a legacy application to ADF . One of the requirement is to use ADF Tree table to display hierarchical data .
Basically we have four levels say level A -- Level B -- Level C -- Level D . The user can customize based on their to change the order in which these are displayed. They can choose to see these levels in any order possible (A-B-C-D or A-C-D-B or D-C-B-A) out of the 24 combinations available .
We have created four view objects for each of the levels . We then created four view links between the view objects to display a tree table in the order (A-B-C-D) . View links were created so that the filtering of child nodes will be automatically done based on the parent record.
But if we are suppose to create 24 different combinations we do not want to end up creating 24 different tree tables in our page . So is there any approach anybody is familiar with ? Or is there any other component that can be used for this purpose?
Thanks in advance