Guaxu Docs
    Preparing search index...

    Type Alias SortDescriptor

    a type with the name of the column and the sort direction by which the table should be sorted

    type SortDescriptor = {
        column: string | number;
        direction: SortDirection;
    }
    Index

    Properties

    Properties

    column: string | number

    the name of a column in the DataTable

    direction: SortDirection

    'ascending' or 'descending'