You can personalize the table by changing the column names in the input dataframe, defining by which columns the table can be sorted and adding a title:
Table with more data and title.
3. Table with Links
Table with links
Behavior
Important behavior considerations to have in mind.
Pagination
If you build a table with more than 10 rows, more pages are added and to show the entire table just click the > symbol:
Table with pagination activated
Download Data In .csv Format
You can retrieve the data from the table in .csv format by clicking the download button showed bellow:
Table with the option to download the data
When clicked the file is stored with an automatic name generated with the name of the table:
Result from a table named "test table"
Contents of the generated file
This feature is enabled by default, but can be easily disabled by changing the parameter downloadable_to_csv to False:
Interesting Usages
Data visualization: Tables are a great way to display large amounts of data in a structured format. For example, you could use a table to display sales data for different products over multiple time periods. The rows can be sorted by the specified sorting columns, allowing the user to quickly find the information they need. For example, you could use a table to display a list of products and allow the user to sort the list by price, popularity, or other attributes.
Product sales table
Filtering data: Tables can also be used to filter data by text and/or by categories. For example, you could use a table to display a list of customers and allow the user to filter the list by name, location, or other attributes.