I’ve followed the demo where the entire jqxDockPanel can be rendered to a new layout .. but my question is .. can individual panels be rendered to avoid the overhead of rendering other panels which have not changed content?
I have in mind populating some panels with large trees and these can remain unchanged while the other panels change.
I would also like to retain some pre-populated panels “off stage” and simply switch panels in and out of jqxDockPanel to achieve different layouts. How can I do this? Could I just apply jQuery methods to the target panels to swap/switch them instead of re-rendering the entire jqxDockPanel?