Examples
Below you can click and see all the examples
Simple ExamplesHere you will find really simple examples to begin with.
- Only one line of code...
- I have only 3 lines of code, what should I get?
- A full example
- Set Validation Rules
- Set a relation
- Set a relation n-n
- Set upload field
- Multilingual Functionality
- Add a custom action control
A testing database with 8 tables. There are good examples to see how grocery CRUD works with a real database. The database you can find it by downloading grocery CRUD.
Callback examplesAlmost everywhere you will find callbacks. With callback you can escape the default and automatic functionality and add your own functions. You can add callbacks after or before an automatic CRUD operation. Below there are some examples for how to use callbacks.
