Note
Rowstack is a professional React database component I built that's brilliantly designed, feature rich and performant. Check it out!
- Resizing columns
- Cell data types - number, text, select
- Renaming column headers
- Sort on individual columns
- Adding columns to left or right of a column
- Adding column to end
- Editing data in cells
- Adding a new row of data
- Deleting a column
- Changing column data types
- Adding options for cells of type select
- Clone this repository.
git clone https://github.com/archit-p/editable-react-table
- Install dependencies and build.
npm install
npm start
Otherwise, use the dev version
npm run dev
Contributions are welcome! Feel free to pick an item from the roadmap below or open a fresh issue!
- Support for virtualized rows
- Date data-type
- Multi-Select data-type
- Checkbox data-type
- Animating dropdowns
- Performance - supporting 100000 rows