Skip to content

Latest commit

 

History

History
40 lines (27 loc) · 684 Bytes

File metadata and controls

40 lines (27 loc) · 684 Bytes

React table with Redux + IndexDB

Demo

  • Configuring IndexedDB as Server Storage.
  • Pagination table.
  • Column Sort.
  • Modal windows on CRUD operations.
  • Notifications of the status of operations.

Tip

It is possible to generate a random data set (Button "Dev Install")

Warning

When validating fields, errors are not explained. Only highlighted

Building and running on localhost

First install dependencies:

npm install

To run in hot module reloading mode:

npm start

To create a production build:

npm run build-prod

Credits

Made with createapp.dev