Riksdagsmonitor Intelligence Platform โ€” API Documentation - v0.8.68
    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[][]