This is the demo how to use pagination concept in react and here feature of sorting table with their name and date and also you can search data.
- Clone or Download this repo.
- Go to Nodejs folder and run
npm install
- Now run
node_modules/.bin/babel-node app.js
.
Now your server is start, you can fetch the data.
- Go to Reactjs folder and run
npm install
. - Now run
npm start
.