editable-material-table
v0.1.3
Published
Editable material-ui table with formik and validation with yup
Downloads
2
Readme
Material Table Edit Component
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.
Screenshot
Requirement
To use editable-material-table, you must use [email protected] or greater which includes hooks.
Installation
This package is distributed via npm.
$ yarn add editable-material-table
# or
$ npm install --save editable-material-table
Getting Started
- import and render
EditableTable
- Add the data and column props
- optional add YUP validation
- Wait for the onSubmit save call
Author
This project follows the all-contributors specification. Contributions of any kind welcome!
Built with TSDX