[data grid] Overlays aren't sticky in RTL mode
Steps to reproduce
Link to live example: (document)
Current behavior
Data Grid Overlays aren't sticky in RTL mode:
Expected behavior
It should be sticky, just like in LTR mode:
Search keywords: Data Grid Overlays RTL
Confirmed ... I'll add this to the board! Thanks for raising this @h03ein1376 👍🏼
@michelengelen ~~I attempted to replicate the issue but couldn't identify the problem. I'd like to contribute by investigating further - could you please provide the steps to help me troubleshoot?~~ Understood the issue
@michelengelen @arminmeh is use useRtl hook working in grid components. As per mui docs we have to wrap the component with RTLProvider https://mui.com/material-ui/migration/migrating-to-pigment-css/#migrating-from-theme-direction
@romgrk can you please help here?
@michelengelen @arminmeh is use useRtl hook working in grid components. As per mui docs we have to wrap the component with RTLProvider https://mui.com/material-ui/migration/migrating-to-pigment-css/#migrating-from-theme-direction
I'm not sure, but I would expect this to be fixable with just CSS.
Added a PR to address this issue. https://github.com/mui/mui-x/pull/15072
The issue seems fixed on some platforms and still present in others (macOS at least).