Skip to main content

How to use widgets

Widgets are the building blocks of Groove Builder pages: inputs, tables, charts, buttons, and layout containers.

Basics

  1. Open an application in edit mode.
  2. Drag a widget from the left pane onto the canvas.
  3. Select the widget and configure properties in the right pane.
  4. Bind dynamic values with double curly braces: {{ Query1.data }}, {{ Input1.text }}, {{ groove.user.email }}.
  5. 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.