Table
The Table Component in Akuko is a versatile tool for displaying tabular data within your data stories. Whether you want to present raw data, summaries, or detailed information, the Table Component empowers you to create interactive and informative tables.
Key Features
You have full control over the columns displayed in your table. You can customize column names, data types, and formatting to tailor the table to your specific needs. This flexibility makes it easy to create tables that suit your data presentation requirements.
Sorting and Filtering
The Table Component provides built-in sorting and filtering capabilities, enabling users to interact with the data and find the information they need quickly. Users can sort columns in ascending or descending order and apply filters to narrow down the displayed data.
Pagination
For large datasets, you can enable pagination to break down the data into manageable chunks, improving performance and user experience.
Pivoting
Tables can be pivoted to allow you to restructure columns in your Source to display as rows in your table.
Properties
The Table Component offers several properties to configure its appearance and behavior:
name
string
The name of the table
width
string
The width of the component
source
uuid
The uuid of the data source
columns
array
An array of Columns
sort
string
The sort order for the table
pagination
boolean
Enable or disable pagination for large datasets
title
string
The title for the table
caption
string
The caption for the table
filters
array
Array of filters
Examples
Explore examples of the Table Component in action: