1
votes

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 ?

Welcome to Stack Overflow! Please take the tour and read How to Ask. Your questions about code, i.e. debugging questions like these, are served by providing the code itself, see minimal reproducible example. We are not clairvoyant, so we cannot help you to debug code you do not show us. Also showing what you have already tried to solve the problem is appreciated. Please edit the question accordingly. - Adriaan