Skip to main content

SimpleTable

Use SimpleTable to display small sets of data and Markdown. It doesn't support sorting, resizing, filtering, or virtualization. It behaves like a native HTML table.

Import

import { SimpleTable } from '@dynatrace/strato-components/tables';

Demo

Configure text alignment

By default, text within a cell is left-aligned and vertically centered. To explicitly control the text alignment for a column, set the alignment property in the column definition.

Configure variant

The visual look of the SimpleTable can be adjusted using the variant prop. It allows you to configure the font style, a contained border, the row density, as well as row and column separation.

Still have questions?
Find answers in the Dynatrace Community