mui-x icon indicating copy to clipboard operation
mui-x copied to clipboard

[DataGrid] Fix resizing right pinned column

Open kenanyusuf opened this issue 1 year ago • 1 comments

Fixes #12852 and #13548

There is already a PR open that fixes the same issue, but takes a different approach. Curious to see what others think of this way which relies on always rendering the empty cell (rather than conditionally) to grow/shrink in the space as the column resizes.

Before: https://mui.com/x/react-data-grid/column-pinning/ After: https://deploy-preview-15107--material-ui-x.netlify.app/x/react-data-grid/column-pinning/

kenanyusuf avatar Oct 24 '24 20:10 kenanyusuf

Deploy preview: https://deploy-preview-15107--material-ui-x.netlify.app/

Generated by :no_entry_sign: dangerJS against 84ecae746352ff85b4fbb4c6d7ed97baa1e31157

mui-bot avatar Oct 24 '24 20:10 mui-bot