@samply/lens
    Preparing search index...

    Type Alias TableOptions

    type TableOptions = {
        defaultSortBy?: string;
        defaultSortOrder?: "asc" | "desc";
        headerData: HeaderData[];
    }
    Index
    defaultSortBy?: string

    dataKey of the column to sort by initially. Falls back to the first column if omitted or not found.

    defaultSortOrder?: "asc" | "desc"

    Initial sort order (defaults to "asc").

    headerData: HeaderData[]