Open
Description
Summary 💡
Currently, @mui/x-data-grid
imports locales from @mui/material
:
There are a few issues with this:
- When a new locale is added to
@mui/material
, the grid has to bump the minimal supported version of@mui/material
to the version in which the new locale was released.
Example: [DataGrid] Add Urdu (ur-PK) locale #6866
This would force our users to upgrade their@mui/material
dependency, even though most of them probably won't use the new locale. - We need to decouple the grid core from
@mui/material
to support other UI libraries like@mui/joy
Examples 🌈
No response
Motivation 🔦
No response
Order ID 💳 (optional)
No response