You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sorry if this is not a justpy issue. I have been struggling to make the Aggrid fill the height to 100% of the parent but it shows only a line.
My code looks like this:
If I have QHeader which by default is 50px in height then the grid height is still 99vh. What I want is the grid is only fill to the height left by the header or if it is inside a div, I want it to inherent the height of div (or maybe QCard)
Please answer in stackoverflow and make sure you tag with aggrid css and the like since this is definitelty not a justpy specific question. If you come up with a better default styling you are welcome to file a change request. Please note that we need more contributors and contributions especially with the current backlog of milestone work to be done and therefore our ressources for support and experimenting are very very very scarce. It's been a problem of this project for over two years that people expect and "out of the box" experience that includes the experience of the components that justpy makes available while justpy itself is just the infrastructure for transporting the component settings back and forth. We'd love to improve our examples and tutorials based on feedback and experiments of users such as you - asking the dozen or so contributors here is not effective if you can ask thousands of users on stackoverflow. This is also clearly pointed out in https://justpy.io/#if-you-have-questions-suggestions-or-would-like-to-get-in-touch
This discussion was converted from issue #591 on November 04, 2022 07:01.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Sorry if this is not a justpy issue. I have been struggling to make the Aggrid fill the height to 100% of the parent but it shows only a line.
My code looks like this:
Someone pointed out the same question before:
https://stackoverflow.com/questions/42400979/ag-grid-height-100-collapsed
I also have asked in wider community but no answer so far:
https://stackoverflow.com/questions/74259313/how-to-set-aggrid-style-height-to-100-in-justpy
is there any way to use the style='height: 100%; width: 100%; margin: 0.25em' in quasar page?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions