@sme.up/kokos-sdk-node
    Preparing search index...

    Interface SmeupDataTable

    Smeup data structure

    interface SmeupDataTable {
        actions?: SmeupAction[];
        buttons?: SmeupDataNode[];
        columns: SmeupDataColumn[];
        debugInfo?: DebugInfo;
        layout?: SmeupLayout;
        messages?: SmeupMessage[];
        rows: SmeupDataRow[];
        setup?: SmeupSetup<ComponentOptions>;
        type: SmeupDataTable;
        variables?: SmeupVariable[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    actions?: SmeupAction[]
    buttons?: SmeupDataNode[]
    columns: SmeupDataColumn[]
    debugInfo?: DebugInfo
    layout?: SmeupLayout
    messages?: SmeupMessage[]
    rows: SmeupDataRow[]
    variables?: SmeupVariable[]