Latitude Docs home page
Search...
Ctrl K
Get started
Get started
Search...
Navigation
Visualizations
Table
Guides
Sources
Queries
Views
React
Basics
How views work
Layout
Global Parameters
Signed Parameters
Running queries
Logic
{param(...)}
{#if ... }
{#await ... }
{#each ... }
{@const ... }
Components
Content
Inputs
Visualizations
Table
Line Chart
Bar Chart
Area Chart
Scatter Chart
Mixed Types Chart
Pie Chart
Funnel Chart
Interaction
Customization
Theming
Component styles
Advanced
Svelte syntax
Head
On this page
Introduction
Syntax
Properties
Query configuration
Visualizations
Table
How to create and configure the Table visualization
Introduction
The Table format organizes data in rows and columns, providing a clear view for comparison and detailed analysis. It’s ideal for displaying precise values.
Syntax
You can use
<Table ... />
to add it to your view. Within the tag you must add the properties to configure the chart.
Copy
<
Table
query
=
'orders_evolution'
/>
Properties
To configure and customize the table, simply reference the query from which you want to view the data.
Query configuration
query
string
required
The path to the query file that will provide the data displayed in the visualization.
inlineParams
object
An object with custom parameters to be used in the query, in addition to the global parameters of the view.
opts
object
Includes options to control the behavior of the chart. For example, react to changes in the parameters to update the data immediately.
Refer to the
Running queries
section for more information about query configuration.
Date
Line Chart
Assistant
Responses are generated using AI and may contain mistakes.