A simple react based table. Tested on Chrome and Firefox. (Sorry I don't have Safari at home)
- general table component (basic CRUD)
- ability to add customize field type
- sortable
- Simple RWD (only collapse when viewport width under 768px)
First install dependencies:
npm install
To run in hot module reloading mode:
npm start
To create a production build:
npm run build-prod
Open the file dist/index.html
in your browser
- generic table
- text fields
- number fields
- textarea fields
- inline editable fields
- sorable fields
- styles
Created with createapp.dev - an online tool for creating webpack and parcel projects