Skip to content

Simple table

This example shows how to display a table that contains rows and columns.

App presentation

Hardware

No hardware is needed for this example. You can run it without being logged in.

Dashboard components

The table component takes an array formatted as JSON file in input and displays the elements in a table.

Dataflow graph

The dataflow shows how to create the JSON input array.

Back to top