finos / perspective

A data visualization and analytics component, especially well-suited for large and/or streaming datasets.
https://perspective.finos.org/
Apache License 2.0
7.94k stars 1.06k forks source link

Lumino based Perspective WorkspaceManager #2439

Closed sinistersnare closed 7 months ago

sinistersnare commented 7 months ago

This is a very WIPy bit of code, but I wanted to throw it up early.

This new WorkspaceManager aims to be a strong foundation to attain more fully featured workspace support. Instead of handling its own layout, instead, a DockPanel needs to be passed into the WorkspaceManager. This way, WorkspaceManager can be integrated into already-existing DockPanels.

This PR does not contain working global filters support, that is future work.

Lots TODO before mergable: