Skip to main content
A table is a customizable component that displays data in rows and columns, providing a structured way to present information. Tables support pagination, alternating row colors, and hover states, making them ideal for displaying large datasets in an organized manner.

Default Styling

By default, the Table uses Qonto’s branding with a clean, professional appearance: Default table style

Customization Options

The Table can be customized using the following CSS variables:
CSS variable priority follows a cascade: specific variables (e.g., --qonto-embed-table-header-row-border-top) take precedence over general variables (e.g., --qonto-embed-table-header-row-border), which in turn take precedence over global table variables (e.g., --qonto-embed-table-font-weight).

Example

This example shows a customized Table with different colors, borders, and spacing:
The result is a table with a custom color scheme, adjusted row heights, and improved spacing, as shown below: Customized table style