Trevixal API
    Preparing search index...

    Interface SortTableOptions

    interface SortTableOptions {
        column?: number;
        direction?: "asc" | "desc";
        header?: boolean | "auto";
    }
    Index
    column?: number

    Grid column to sort by; the caret's column when omitted.

    direction?: "asc" | "desc"
    header?: boolean | "auto"

    Whether the first row is a header that stays put. 'auto' (the default) treats a first row made entirely of header cells as one.