Skip to main content

Multi Value Mode

Multi Value Mode displays multiple data records from an array datasource in configurable visual formats.


Appearance Options

AppearanceDescription
TableTabular display with sorting, filtering, and conditional formatting
ChartsChart visualization (Under Development)

Data Source

Constraint

The multi value is dependent on an external datasource, which means that it's not functional without it.

Format

Multimode expects an array of objects as the datasource, the exact object is not predefined and is up to you, how it looks like.

For example:

[
{ "name": "John", "score": 85, "date": "2024-01-15" },
{ "name": "Jane", "score": 92, "date": "2024-01-16" },
{ "name": "Bob", "score": 78, "date": "2024-01-17" }
]

Each object represents a row, and each property represents a column.