Skip to content

marwen-cherif/datagrid

Repository files navigation

React datagrid component · MIT licensed

Datagrid is a datatable react component, it will help you to represent all of your data provided by rest API.

Demo

There is a demo version that is using the component.

Installation

To be able to test the component you can clone the repository then :

  • Run npm run all-install
  • Run npm run dev for development mode
  • The server could be run alone using npm run server
  • A random data could be generated using npm run generate-data (the number of the generated rows is different in each environment)

License

React is MIT licensed.