Hello @sigipa,
I’m using the sidebar and multiview to switch between views/pages. I want to display multiple views for each item on the sidebar (ie. toolbar and grid). How can I do this?
If you’d like to preserve the current layout, the best way to go about this is to implement a multiple level structure inside of your sidebar (the data property signifies a new sub-level). You can show the correct views depending on the currently selected node, for example: Code Snippet.
You can take a closer look at the multilevel data loading format in this article.