/custom-react-table

A poc of table with pagination,sorting and filtering in reactjs

Primary LanguageJavaScript

Custom Table

A poc of table with pagination,sorting and filtering in React (without using any third party library).

Getting Started

For running this project you simply need nodejs

Prerequisites

Your system have nodejs install and you have knowledge of how to install dependency(npm i) .

Installing

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

Running the project

Once setup is done you can simply start the server by using :

$ npm start