Hello,
Nice to know (-; you can reuse lots of strato components in your dashboard, so you can start paddling before you start swimming (-;

In your Dashboard code:
import type { TableColumn } from '@dynatrace/strato-components-preview/tables';
import { DataTable } from '@dynatrace/strato-components-preview/tables';
export default async function () {
const sampleColumns: TableColumn[] = [
{
header: 'Host',
accessor: 'host',
ratioWidth: 1,
},
{
header: 'Traffic',
accessor: 'traffic',
ratioWidth: 1,
( . . .)
resulting dashboard:

KR Henk