Is there any way to create multi-row text in AG Grid and that could be expand/collapse feature (similar to grouped row).
Example of what I am looking for can be found in RapidMiner - Statistics feature:
Is there any way to create multi-row text in AG Grid and that could be expand/collapse feature (similar to grouped row).
Example of what I am looking for can be found in RapidMiner - Statistics feature:
Copyright © 2021 Jogjafile Inc.

This is possible. In my example, I have defined
dataRendererto handle custom cell renderig.An extra column 'Toggle' is used to fire the event that will change content of chosen cell and apply row height using function
toggleRenderer.Custom button display in the grid:
Main collapse/expand action:
Important part of the code, responsible for multiline display:
Here is the working example