https://github.com/davidobinna/beginners-react-datagrid-component
Beginners Friendly Data-grid control panel by inovua which can be integrated with Axios to perform http request to Laravel API web service to manage incoming datas on the front end. Advance feature like Data Table with fluid pagination and sorting.
https://github.com/davidobinna/beginners-react-datagrid-component
Last synced: about 1 year ago
JSON representation
Beginners Friendly Data-grid control panel by inovua which can be integrated with Axios to perform http request to Laravel API web service to manage incoming datas on the front end. Advance feature like Data Table with fluid pagination and sorting.
- Host: GitHub
- URL: https://github.com/davidobinna/beginners-react-datagrid-component
- Owner: davidobinna
- Created: 2022-09-05T14:11:50.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-10-07T03:38:12.000Z (over 3 years ago)
- Last Synced: 2025-02-01T18:43:06.196Z (over 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 140 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Getting Started
Run npm install axios to work with ajax, contact me for API scripta
Make sure you run `npm i` first and then you can run the development server:
```bash
npm run dev
# or
yarn dev
```
Open [http://localhost:3001](http://localhost:3001) with your browser to see the examples
You can start example pages by modifying `*.page.tsx` files the in `./pages` folder. Page auto-update as you edit them.