Demos for each tutorial in the series: Tables are Hard.
Each numbered directory is a step in the tutorials, and contains its own README.md with steps to create your own.
- Step 1: Basics
- Step 2: Enter
react-table - Step 3: Sorting and Filtering
- Step 4: Sorting, Ordering, and Hiding Columns
- Step 5: Fancy Cells
- Step 6: New Base (for part 3)
- Step 7: Virtual Scrolling
- Step 8: Streaming Data
- Clone this repository.
- Open a terminal in the directory for the part you want to run.
npm install, thennpm start.- Open your browser to
localhost:3000. - Play with the code however you like; the browser tab will refresh automatically.