PowerBlocks
LibraryEditable Table (Inline)
PROtables

Editable Table (Inline)

The spreadsheet-style editing everyone asks for: a gallery-based table whose cells are real text inputs, with a per-row Save button pre-wired for Patch. Edit inline, save the row, done — no separate edit screen.

Pro component

Subscribe to access this component and the full library.

View plans
ITEMQTYNOTE
Industrial Sensor
12
Save
Safety Goggles
48
Save
Steel Bolts M8
150
Save

YAML source

Preview — full code with PRO
# Editable Table — PowerBlocks (PRO Screen, real controls)
# Each row exposes real TextInputs. The row Save button is pre-wired for Patch:
# uncomment it once the gallery is bound to your data source.

- EditableTable:
    Control: GroupContainer
    Variant: ManualLayout
    Properties:
      X: =0
      Y: =0
      Width: =Parent.Width
      Height: =Parent.Height
      Fill: =RGBA(10, 10, 10, 1)
    Children:
# … full component definition unlocked with PRO

This is a partial preview. Unlock the full component →

More screens