This project was bootstrapped with Create React App.
Please dont fork - create a pull request instead. Its good to have a single place with a lot of cool ways of how to use react-virtualized (as a spreadsheet), instead of having people hunt around.
yarn install
yarn start
This project uses the github API.
- resizable columns
- editable fields
- collapsible rows
- copy paste from excel to table
- all data from API.
- Spinner when loading data
- pagination
- buttons in cells with modals and sidebars
- URL reflects the state of pagination and UI clicks
- one of the columns is sortable (and fetches data from API when it is sorted)
- filters and search on the left side. filters and search will change the url and will work with sorting and pagination