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
296 stars 146 forks source link

Update material-table.js to check if depreciated properties are used before issuing console.warning #823

Closed KippWade closed 9 months ago

KippWade commented 10 months ago

Description

Create check if consumer uses depreciated prop, instead of issuing waring automatically.

Added check that are similar to other console.warning's issued in the component.

Impacted Areas in Application

Issue console warning only if depreciated properties are used.

Domino987 commented 9 months ago

Thanks. It seems it is out of date. Could you update it?