Closed chisandrei closed 7 years ago
Currently the state presentation uses a tree view to display the state of an object. This tree view computes the children for all roots. This can be slow for large objects. The tree view should fetch the children of each element only on expansion.
The tree view in the state presentation is now based on FastTable and loads all children lazily.
Currently the state presentation uses a tree view to display the state of an object. This tree view computes the children for all roots. This can be slow for large objects. The tree view should fetch the children of each element only on expansion.