magiclogger - v0.1.0
    Preparing search index...

    Interface TableOptions

    interface TableOptions {
        alignment?: "left" | "right" | "center";
        alternateRowColors?: boolean;
        border?: "none" | "single" | "double" | "rounded" | "heavy";
        borderColor?: string[];
        headerColor?: string[];
        maxColumnWidth?: number;
        padding?: number;
        rowColors?: [string[], string[]];
        wrapText?: boolean;
    }
    Index

    Properties

    alignment?: "left" | "right" | "center"
    alternateRowColors?: boolean
    border?: "none" | "single" | "double" | "rounded" | "heavy"
    borderColor?: string[]
    headerColor?: string[]
    maxColumnWidth?: number
    padding?: number
    rowColors?: [string[], string[]]
    wrapText?: boolean