This package is an editable table for material-ui.
Every cell is editable out of the box and new rows can be added or deleted.
Internally, it uses Formik and validation with YUP.
To use editable-material-table, you must use [email protected] or greater which includes hooks.
This package is distributed via npm.
$ yarn add editable-material-table
# or
$ npm install --save editable-material-table
- import and render
EditableTable
- Add the data and column props
- optional add YUP validation
- Wait for the onSubmit save call
This project follows the all-contributors specification. Contributions of any kind welcome!
Built with TSDX