Description:
With the help of this React component, you can create data tables so that, your user can add, edit, delete and search data just like database.
Basic Features:
You can resize columns.Supported Cell data types – number, text, select.You can rename column headers.You can sort on individual columns.Can add columns to left or right of a column or to the end.User can edit data in cells.You can add a new row of data.You can delete a column.You can change data type of any cell.
How to install it?
First, clone this repository from GitHub.
git clone https://github.com/archit-p/editable-react-table
Install dependencies:
npm install
npm start
The post Create Editable Data Table In React appeared first on Lipku.com.