An open API service indexing awesome lists of open source software.

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.

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.