Hi,
I was playing with the RowExpander plugin and noticed that the template for the body is processed when the grid renders itself, not when I click on the expand button. Our use case is to retrieve data from a backend when user expands a row and then populate the UI of the body. So we would have a React component that would do it in its componentDidMount lifecycle method. I do not see how such a scenario could be implemented based on the current implementation of this feature and I could not find anything related to it in the docs. Basically, I'm looking for a way to delay of the template rendering until the row is expanded. And I would also expect an option to unmount the component once the row collapses.
Please let me know if you have a recipe.
Thank you,
Yuri