Hello Everyone:
I have been working on a Dash App for a while. Now on a particular page of the app, I want to include 2 sections:
- Section 1: this will be some input fields (dropdown, parameter etc) which user will select to update the Section 2.
- Section2: this will be a 2x2 or a 2x3 grid, where each cell of the grid will contain a plotly visualization governed by the parameters in Section 1.
What I need help on is in designing Section 2. I could simply create a div layout in this fashion and have a graph render in each cell, but I am trying to explore if there is a better and more slick looking way to do this?
I also recall that I came across a Dash post sometime in the past where they were doing the exact same thing, and in addition they also made the cells movable/draggable so that user can reposition the graphs on their screen which was pretty cool, although I am not able to find that post.
Any thoughts here folks?
Thank you!