[Analytical Table]: Show subRow data fetched async on first click #5622
Replies: 1 comment 2 replies
-
Hi @kmanisha29
this behavior is not supported out of the box, but can most probably be achieved by creating a custom plugin hook. Within the hook, you can set the
This sounds like its the same issue as described here, but without an isolated example it's unfortunately not possible for us to assist you with it. It would be very helpful if you could provide one so we can start our investigation. |
Beta Was this translation helpful? Give feedback.
-
For a tree table when we provide data and have to fetch subRows and add to data on expand click, how to get get expand button if subrows not provided.
Currently I have to append child IDs in array to subRows of data to get expand icon and on expand click I fetch data from API and update.
Another issue: First click on expand does not open and show proper data when API is called. From next time since data is already present in tree, it expands and collapses properly. Why do we need 2 clicks. Some configuration missing?
Beta Was this translation helpful? Give feedback.
All reactions