VMPrint API Reference - v1.0.0
    Preparing search index...

    Interface TableLayoutOptions

    interface TableLayoutOptions {
        cellStyle?: Record<string, any>;
        columnGap?: number;
        columns?: TableColumnSizing[];
        headerCellStyle?: Record<string, any>;
        headerRows?: number;
        repeatHeader?: boolean;
        rowGap?: number;
    }
    Index

    Properties

    cellStyle?: Record<string, any>
    columnGap?: number
    columns?: TableColumnSizing[]
    headerCellStyle?: Record<string, any>
    headerRows?: number
    repeatHeader?: boolean
    rowGap?: number