Hi
Is there a way to change the layout of elements in an app?
Lets say I want the input pane on the left side of the screen, then the right side would be divided into 2 (2 rows, 1 column) so that the upper part would be a table and then below it a Plotly graph?
At the moment I’ve gotten to the point where I have used the PlotlyAndDataView, then the page is divided into 3 columns, left is the input, then the graph and then a DataResult
Martin