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
I suspect this has something to do with css / html which my knowledge is quite rudimentary. I also am not sure if this would be more appropriate to ask in quarto or somewhere else e.g. for html/css specific advice. Let me know if this is not appropriate to ask for help here!
Description of the problem:
I expect that in quarto documents, a reactable with expandable rows in card 1 will control card 1's height when rows are expanded. However, I noticed if I have another card (call it card 2) with another reactable, then it's height will also expand, even though it is a distinct reactable.
Hi, I'm not real familiar with Quarto dashboards, but just looking at the CSS of the cards, it looks like it's just how the cards work. They're styled so each card always has the same height. I'm not sure if this can be changed or if there's an alternate way to do cards, but it'd probably be a better question for someone more familiar with Quarto dashboards.
I suspect this has something to do with css / html which my knowledge is quite rudimentary. I also am not sure if this would be more appropriate to ask in quarto or somewhere else e.g. for html/css specific advice. Let me know if this is not appropriate to ask for help here!
Description of the problem:
I expect that in quarto documents, a reactable with expandable rows in card 1 will control card 1's height when rows are expanded. However, I noticed if I have another card (call it card 2) with another reactable, then it's height will also expand, even though it is a distinct reactable.
Here is a MRE:
collapsed rows:
Expanding rows in reactable 1 increase both card 1 and card 2 height
But I don't want card 2 to expand when card 1 reactable is interacted with obviously.
The text was updated successfully, but these errors were encountered: