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 @mui/x-date-pickers version 7 #854

Open TheWeirdDev opened 3 months ago

TheWeirdDev commented 3 months ago

Related Issue

Description

Adds support for @mui/x-date-pickers alongside v6

Related PRs

Impacted Areas in Application

I read the official migration guide and ran the code-mod command and it said no modification is required. So, version 7 can also be supported without any changes.

For future references, this is the suggested code-mod command:

npx @mui/x-codemod@latest v7.0.0/pickers/preset-safe
TheWeirdDev commented 2 months ago

Please review this PR