CRUD Page
Allows developers to create CRUD (Create, Read, Update, Delete) page creation methods. Depending on the complexity and requirements, developers can build pages in Simple, Medium, or Advanced modes.
Scenario: Employee Creation Page
A small organization needs a simple form to manage employees. The requirement is basic — create, view, update, and delete employee records (e.g., Name, Age, Department, Email).
Features:
- Drag-and-drop UI designer.
- Auto-generated CRUD operations.
- Minimal backend setup (sterlo handles table creation and binding).
- Ideal for quick forms and prototypes.
Steps to Create a CRUD Page in Simple Mode
1. Navigate to App Designer
- Go to App Designer > CRUD Page > Edit
2. Choose Environment
- Navigate to Settings > App > Choose Environment
3. Create Functionality
- Under Functionality, click the Add button and select Add CRUD Table.
- Again, under Functionality, click the Add button and select Add CRUD Page.
4. Select Data Source
- Choose an existing data source or create a new table (e.g., Employee).
5. Design the Page
- Drag and drop the required fields (e.g., Name, Age, Department, Email) onto the page.
- Sterlo automatically binds these fields to the selected table.
6. Enable CRUD Actions
- Activate the default CRUD operations: Save, Edit, Delete, View.
7. Save and Publish
- Click Save to complete the setup.
