Datatable for React based on material-ui's table with additional features. Support us at https://opencollective.com/material-table-core
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
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.