cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Fun with Dashboarding and Strato

henk_stobbe
DynaMight Leader
DynaMight Leader

Hello,

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

henk_stobbe_0-1740057865792.png

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:

henk_stobbe_1-1740058001611.png

 

KR Henk

 

0 REPLIES 0

Featured Posts