How to use widgets
Widgets are the building blocks of Groove Builder pages: inputs, tables, charts, buttons, and layout containers.
Basics
- Open an application in edit mode.
- Drag a widget from the left pane onto the canvas.
- Select the widget and configure properties in the right pane.
- Bind dynamic values with double curly braces:
{{ Query1.data }},{{ Input1.text }},{{ groove.user.email }}. - Attach events to run queries or JS Object functions.
Layout tips
- Use Container and Form to group related fields.
- Prefer Table + CSV/PDF export for operational lists.
- Keep one primary action per section of the page.