DataSheet styles broken in a flexible container #59
-
i have this error when a try to use the DataSheet in a grid or a flex container, but the error does not occur in a normal HTML data flow, sorry for my english visual example: |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Hello @YordinsonPolar, |
Beta Was this translation helpful? Give feedback.
-
ok, I wrap the in a div and use some styles like width:100% and overflow:hidden and the problem solve, thank you. |
Beta Was this translation helpful? Give feedback.
Hello @YordinsonPolar,
Can you try to wrap your
<DataSheetGrid/>
in a div? You can then add CSS to this div like a width, max width, flex...The CSS would depend on the situation, but the idea is to make the width of the container not depend on its content.