A poc of table with pagination,sorting and filtering in React (without using any third party library).
For running this project you simply need nodejs
Your system have nodejs install and you have knowledge of how to install dependency(npm i
) .
Make sure you have node installed on system . You can verify using this
node -v
And after that clone this repo using
$ git clone https://github.com/shubhamV123/custom-react-table.git
and then install dependencies required using
$ npm install
Once setup is done you can simply start the server by using :
$ npm start