Trevixal API
    Preparing search index...

    Interface InsertTableOptions

    interface InsertTableOptions {
        cols?: number;
        headerRow?: boolean;
        rows?: number;
    }
    Index
    cols?: number
    headerRow?: boolean
    rows?: number