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
@maartenbreddels is indeed correct. I would go about this by making the top element a solara.Row, with two solara.Columns as children, with one dg each. So:
I'm trying to plot a ipydatagrid widget in solara, and it works great when using
solara.Column
:but if I try to make the tables side by side, i.e. using a
solara.Row
, the individual widgets in this case collapse:Is there a way to make it equal in width? I tried
justify
asspace-evenly
and no luck. Here's the code to reproduce this:The text was updated successfully, but these errors were encountered: