Jorge Resendez on 03 Sep 2021 15:30:24
User have come across the potential use case where they've identified the need to have certain elements(visuals) remain at a fixed width, while others ideally would be dynamic(in that they should be able to consume available space and resize accordingly).
Ex: I want to have 2 visuals next to each (2 grids). One needs to have a fixed width and the other should fill the remaining space (aka stretch) so that when the window is resized the first grid is always static and the second one stretches/contracts dynamically
- Comments (1)
RE: Dynamic resizing of visuals
I have two visuals on the page. If there is no selection on the first visual, the second visual has no data and does not show. Once I click on a row in the first visual, the second visual has data and therefore shows.I would like to for the first visual to fill to the bottom of the page if I have not selected a row in it. As soon as I select a row, I would like to show the second visual and to reduce the height of the first visual so that there is room for the second visual.