1771 Technologies Logo

ColumnSort

Represents a sort value that can be applied to the grid. Specifies a columnId, which the grid uses to reference the comparator for sorting.

Properties

  • Name
    columnId
    Type
    string
    Description

    The ID of the column with a sort comparator used for comparing values.

  • Name
    isDescending?
    Type
    boolean
    Description

    Indicates if the sort should be descending. When true, inverts the result of a sort comparator, such that the largest values appear first.

  • Name
    options?
    Type
    ColumnSortOptions
    Description

    Options applied to the sort. These options can subtly alter sort results, such as sorting on absolute values.