Open MarcSkovMadsen opened 3 weeks ago
For my app you can see what height different elements have in the video below.
https://github.com/user-attachments/assets/d06879a0-40ed-4be7-9e18-bb05c019aaf2
For the TableWalker
it would be extra beneficial to be able to take up the full window height responsively.
Similar request as https://github.com/Kanaries/pygwalker/issues/645.
I've tried everything I can think of but the
GraphicWalker
seems to come with a preferred height.I would like the height to be responsively resized to the height of the container. How do I do that?
ps. I've tried setting
style
orheight
attribute ofGraphicWalker
component to no effect.