Basic CRUD application
An admin application to showcase how CRUD operations work in Toolpad.
Check out the live app
How to run
Download the example or clone the repo:
curl https://codeload.github.com/mui/mui-toolpad/tar.gz/master | tar -xz --strip=2 mui-toolpad-master/examples/basic-crud-app
cd basic-crud-app
Install it and run:
npm install
npm run dev
or:
What's inside
This app demonstrates the following capabilities of Toolpad:
- How to use backend functions.
- Using a Form and other components.
- How to delete or add a row in a data grid.
- How to bind query parameters with a component.