Need inputs on the RowExpander usecase - Tree table
Summary
Need inputs on the RowExpander usecase- Tree tableContent
Hi All,
I have a usecase to design in VBCS, wanted to get your inputs on this. Any blogs/videos/anything would be appreciated to achieve this usecase for tree table (row expander).
Only single child in the tree table, root is from an array like Years - 2017,2018,2019,2020 and 2021.
And the child records are from REST API - which gives the employee details details along with year of joining details.
Now the usecase is to show a tree table (Row expander),
1. On load the table shows all the years we specify in the array like 2017,2018,2019,2020 and 2021 (5 rows).
0