Search results

SortDescriptorModel API in Vue TreeGrid API component

Interface for a class SortDescriptor

Properties

direction

SortDirection

Specifies the direction of sorting for the column. The available options are:

  • Ascending: Sorts the column in ascending order.
  • Descending: Sorts the column in descending order.

field

string

Specifies the field name of the column to be sorted.