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
Describe the bug
When grid has a static height and customBodyRender , the table width is more than the container which results in a horizontal scrollbar. This phenomenon is also visible in the docs page. Below i have attached a codesandbox link also.
custom_body_render_width_issue.mp4
Impact and severity
This results in degraded user experience because security solution needs to have both static height and custom body render.
Describe the bug
When grid has a static height and
customBodyRender, the table width is more than the container which results in a horizontal scrollbar. This phenomenon is also visible in the docs page. Below i have attached a codesandbox link also.custom_body_render_width_issue.mp4
Impact and severity
This results in degraded user experience because security solution needs to have both static height and custom body render.
One related issue is : #8002
Environment and versions
To Reproduce
Steps to reproduce the behavior:
Expected behavior
When columns have auto width, table should be contained in the scrollbar.
Minimum reproducible sandbox
https://codesandbox.io/p/sandbox/custom-body-render-width-issue-svtl3t?file=%2Fdemo.tsx