Skip to content

Let's build a React Table that we can sort both in the ascending and descending order

Notifications You must be signed in to change notification settings

Ibaslogic/react-sortable-table

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React sortable table (View Demo)

Read the step-by-step guide here: https://blog.logrocket.com/creating-react-sortable-table/

Clone this project

You can download or clone this project by running this command from your terminal:

git clone https://github.com/Ibaslogic/react-sortable-table

This will create a directory in the name of the project folder.

Once you have the project files and folders bootstrapped, open it with your text editor.

Next, switch inside the project directory and run:

npm install

This will install all the necessary dependencies in the local node_modules folder.

Finally, start your development server by running:

npm start

You should see this app in your browser address bar at http://localhost:3000

About

Let's build a React Table that we can sort both in the ascending and descending order

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages