Basic CRUD application
An admin application to showcase how CRUD operations work in Toolpad.
Check out the live app
How to run
Use create-toolpad-app
to bootstrap the example:
npx create-toolpad-app@latest --example basic-crud-app
yarn create toolpad-app --example basic-crud-app
pnpm create toolpad-app --example basic-crud-app
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.