Search results

SortDescriptorModel API in Vue Gantt API component

Interface for a class SortDescriptor

Properties

direction

SortDirection

Defines the direction of the sort operation.

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

field

string

Defines the field (column) name to sort by.