A simple demo of table replacement using CSS Grids and React.
Supports:
- Tabular view
- Card view
- Column sorting
- Infinite scrolling
- Remote data source
From the project directory:
Run the API server in the development mode. Open http://localhost:9002 to view it in the browser.
cd api && npm run startRun the app in the development mode. Open http://localhost:9001 to view it in the browser.
npm run start