Dah ag grid data tree collapse/expand persistence

HI,
is there a way to make persistent the collapse/expand in a AG Grid tree data ?

Thanks

Hello @Sta,

Are you using vs 31.2?

And there should be a way with the api to do this as well.

Yes the version of dash-ag-grid is 31.2.0

There is a persitence option in AG Grid 31.2.
It’s works well in tree data to retrieve the selected row
but doesn’t work to retrieve the collapsed or expanded nodes.

Yes, persistence doesnt work for quite a few things, this is due to how the grid operates on their variables.

I’ll see if I can figure out a way to use the api for persistence of expanded nodes.

thank-you for your prompt response