Tables
What are tables?
As a way to visually present data, tables are a popular method for conveying information. Arranging data in rows and columns enables users to easily compare and analyze data patterns and understand the connections between them.
Learn more about
Plotting data on a Table
To bind data to a Table, data must be structured in a block format.

- Place a table component on the canvas. There are two types: - Scorecard - a table component with more styling options and functionality. 
- Data Table - a table that captures the spreadsheet and displays it on the canvas, including formatting and styling. 
 
- Expand the GENERAL section of the component properties panel 
- Select the 'Bind to spreadsheet'  button (visible when hovering over the 'Data to Display' input) - the spreadsheet will expand. button (visible when hovering over the 'Data to Display' input) - the spreadsheet will expand.
- Select the table range in the spreadsheet and click 'Confirm' 

After hitting confirm, the table will now display the data in the spreadsheet.

The table will use some default styling and number formatting, but with a few changes, it can go from this (above) to this (below).

Last updated
Was this helpful?