Skip to content

TableAutoCellOptions🔗

Auto mode table cell options

Definition🔗

export interface TableAutoCellOptions {
    type: "auto";
    wrapText?: boolean;
}

Methods🔗

No methods.