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
Considering trying this out for our app, but there's an example I kind of feel is missing. All the current examples seem to all specify both width and height in pixels.
Would this component work without one of them, and the other just being like 100% or just behave like a block filling the horizontal space by default?
Basically we have some wide tables on our website, and I don't want to limit their vertical height, and the width should just be as much as is available in its container. 🤔
The text was updated successfully, but these errors were encountered:
Considering trying this out for our app, but there's an example I kind of feel is missing. All the current examples seem to all specify both
width
andheight
in pixels.Would this component work without one of them, and the other just being like
100%
or just behave like a block filling the horizontal space by default?Basically we have some wide tables on our website, and I don't want to limit their vertical height, and the width should just be as much as is available in its container. 🤔
The text was updated successfully, but these errors were encountered: