Q: add/remove panes dynamically with fast/react resize and movement functionality

I would like to combine the functionality provided by @Marc 's answer here of adding panes dynamically with the FastGrid and React Templates ability to move each pane and resize dynamically.

I tried implementing it in the past but was restricted by static declaration of the React/FastGrid layout at the beginning of starting a server (I got around it by forcing a refresh in the browser and keeping track of the new layout in python but it always seemed like a hacky solution).

I was wondering if there have been any updates in the last year or so to allow for this functionality or maybe someone has implemented a different template entirely that may have this functionality.

Cheers,
Grant

1 Like