https://github.com/tomdoestech/react-sortable-table
https://github.com/tomdoestech/react-sortable-table
javascript reactjs sortabletableview typescript
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tomdoestech/react-sortable-table
- Owner: TomDoesTech
- Created: 2021-11-30T11:34:29.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-11-30T11:34:51.000Z (about 4 years ago)
- Last Synced: 2025-04-08T08:46:35.188Z (9 months ago)
- Topics: javascript, reactjs, sortabletableview, typescript
- Language: TypeScript
- Homepage: https://youtu.be/EaxC_kOG03E
- Size: 51.8 KB
- Stars: 19
- Watchers: 2
- Forks: 12
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React Sortable Table
## Sortable table features
* Sortable by any column
* Reverse the column sort
## What are we using
* No libraries, just React
* TypeScript
## Can I follow this with a React component library?
* Yes, you can do this with any library that has table elements
## Future videos?
* Table pagination?
* Searchable table?