Three-level hierarchical table structure
To achieve the result as shown in the sample image file from below response I wrote the the below logic - this gives me the correct result but I am facing one issue from above code:
When I click on child-table row it will not open the grand-child table.
Please suggest the fix or any other way to achieve this.
https://i.stack.imgur.com/qoEMA.png▾
example_data = [
{
"Approved": 0,
"Denied": 1,
"tat_avg": 0,
"Name":...