Widgets / directory

Table widget

What it does

Row-oriented log surface fed by add/update/delete row commands. The model is server-side, not one scalar value.

Pins

  • Semantics: Single virtual pin (V1..V127)
  • Receives row-operation commands through one virtual pin; no plain scalar contract.
  • Default size: 4 x 3

Config fields

FieldTypeDefaultEffect
colorcolorHeader accent.
showPinbooleantrueRenders the V-pin badge on the tile.

Typical use

firmware.ino
void loop() {  Blynk.virtualWrite(V8, "add", rowId, "event", payload);}

iOS app

Yes — iOS table mirrors the add/update/delete/clear/select command set.

See also

Related widgets