I am using ag-grid's enterprise version. I am trying to add dynamic data on click of my parent row of onGroupRowOpened method. I am calling a new end point and add data to its children I tried setrow data but it is collapsing my rowgroup on every click.
I tried to set the data directly to the object as well but nothing working out. How can I resolve this is there any way ?