I am updating the data in some other component and trying to reload the same in angular tree grid.
If I rebuild whole grid array and bind it to the angular tree grid then it is losing the collapse and expand feature. So, if I just update the element and expecting the change in the value then it is not showing in the table. I mean the updated data is not getting updated in the table.
Is there any way where if I can rebind the data again to the angular tree grid