rowTransaction for treeData component

Hi
I have recently taken the AG Grid license for using the treeData component, we have further requirements on add/remove the row and also drag drop in the treeData component. As i move forward with it I realise that it is really difficult toimplement these functionalities as the documentation of dash plotly does not contain much about it.

I would really like to know if there is any solution for adding and removing rows in treeData, I saw we use client-side row model where rowTransaction is used for similar scenarios but unable to find the same for treeData. Can someone help me with it

Hello @rachanaa,

Welcome to the community!

For your purposes, you should be using the getRowId to have unique identifiers in your grid. Once you have that, adding and removing should be easy.

You just need to make sure to add your path data of where you want the info to exist.

@jinnyzor
can you help me with the documentation that can help me implement that. I dont have much idea about it

Thanks @jinnyzor That helped!
Had to go through the docs to understand properly

1 Like