material-table-core / core

Datatable for React based on material-ui's table with additional features. Support us at https://opencollective.com/material-table-core
https://material-table-core.github.io
MIT License
295 stars 146 forks source link

Support for MUI v6 #864

Open sucy6330133 opened 2 weeks ago

sucy6330133 commented 2 weeks ago

The Material UI has released v6.0.0 recently. Our project is currently use both mui v5 and material-table/core. However, there are dependencies issue if we migrate to mui v6. Any plan to move to mui v6? Thanks in advance.

KevinVandy commented 1 week ago

It's not as easy as just changing the imports from material-table like @material-table/core is, but I built Material React Table as a modern replacement to Material Table for my needs a couple years ago after I saw that the development of future features for Material Table and this fork was going to be pretty limited. It's now more popular than both of these Material Table libraires so more and more devs are starting to trust it. It's already compatible with Material UI V6, and I've already got development time set aside for MUI V7, along with Joy UI and Base UI.