This app is a demo of two types of tables - one with regular pagination, and one with infinite scrolling. Both tables can be sorted by their columns.
The app consumes data from an API which is then displayed in a table. Some columns can only be viewed by logged-in users.
- React
- React Router
- @tanstack/react-table
- @tanstack/react-query
- Vite
Install project dependencies and start the development server
npm install
npm run dev
The project is deployed to Netlify