-
Notifications
You must be signed in to change notification settings - Fork 290
Description
Is your feature request related to a problem? Please describe.
There is currently no easy and reliable way to access the components embedded in the table's expanded view.
Currently, when you reference the embedded component by name, it returns data from the first expanded row, and never from the subsequent ones.
Describe the solution you'd like
There should be an easy way to reference those components so that data access is possible and simplified.
The solution should account for single component access as well as access to data from multiple expanded view rows.
It should also account for the fact that in an expanded view, there can be an embedded table that can also have an expanded view configured (multiple layers).
Describe alternatives you've considered
There is currently no reliable and working alternative.