Riksdagsmonitor Intelligence Platform - v0.7.19
    Preparing search index...

    Interface DashboardTableConfig

    A simple data table rendered alongside charts

    interface DashboardTableConfig {
        caption?: string;
        headers: string[];
        rows: string[][];
    }
    Index

    Properties

    Properties

    caption?: string

    Optional caption/title for the table

    headers: string[]
    rows: string[][]