You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a multi-nested table with expandable rows, similar to a tree.The content for this is loaded lazily from the server with react-query. Everything is working fine so far.
But now I have the requirement to update individual areas of the multi-nested table. However, I don't know how to update individual sub components with their children when new content is added. I don't want the data for the entire table to be reloaded, but only the area in which I have updated the children.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I have a multi-nested table with expandable rows, similar to a tree.The content for this is loaded lazily from the server with react-query. Everything is working fine so far.
But now I have the requirement to update individual areas of the multi-nested table. However, I don't know how to update individual sub components with their children when new content is added. I don't want the data for the entire table to be reloaded, but only the area in which I have updated the children.
Does anyone have any ideas?
Beta Was this translation helpful? Give feedback.
All reactions