Table
Rendering tables with data from queries
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 either Table
or QueryTable
to visualize query results in a table format.
Use QueryTable when you want the component to automatically handle the query fetching.
Use Table when you already fetched the data using useQuery.
Properties
Depending on the component you choose, you can pass the following properties:
Query configuration
The path to the query file that will provide the data displayed in the table.
An object with custom parameters to be used in the query.
A flag to enable the download of the table data as a CSV file.
Style
The title of your table.
You can add a brief description of your table.