material_table_view icon indicating copy to clipboard operation
material_table_view copied to clipboard

Fix dynamic row height bug

Open yerkejs opened this issue 5 months ago • 1 comments

https://github.com/user-attachments/assets/c33593a0-cf01-478d-81f9-d1afd22033c7

Currently, the table's layout changes when scrolling if the heights of rows are calculated (not specified). This is happening because RenderBoxes outside of the viewport are being detached. That's a feature, not a bug (~visualization). But it creates a new issue - the layout of the table will change dynamically. So I would like to have control over that. With flag shouldRenderColumnsLazy to "false" it will avoid detaching renderboxes.

yerkejs avatar Jul 22 '25 06:07 yerkejs

Deploy Preview for visionary-chimera-cb5753 ready!

Name Link
Latest commit ed3d8ad4546ba7010c5a7d39d31244c843292042
Latest deploy log https://app.netlify.com/projects/visionary-chimera-cb5753/deploys/68d6221426a1560008a7fe28
Deploy Preview https://deploy-preview-53--visionary-chimera-cb5753.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

netlify[bot] avatar Jul 22 '25 06:07 netlify[bot]