mirror of
https://github.com/openflocon/Flocon.git
synced 2026-05-08 14:29:28 +00:00
791 B
791 B
📋 Configurable Data Tables (kotlin multi platform compatible)
In addition to dashboards, Flocon supports structured data tables that can be configured and updated by the mobile app.
These tables can be used to visualize:
- Lists of active users
- Items in memory or cache
- Custom logs or metrics
- Backend response simulations
Tables are interactive, scrollable, and they give developers and testers a straightforward way to inspect lists or collections in real time.
To create a dynamic row :
floconTable("analytics").log(
"name" toParam "nameValue",
"value1" toParam "value1Value",
"value2" toParam "value2Value",
)