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.
ITEMQTYNOTE
Industrial Sensor
12
SaveSafety Goggles
48
SaveSteel Bolts M8
150
SaveYAML 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 PROThis is a partial preview. Unlock the full component →