Search results

SortDescriptor API in Vue Gantt API component

Represents the field name and direction of sort column.

Properties

direction

SortDirection

Defines the direction of the sort operation.

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

Defaults to null

field

string

Defines the field (column) name to sort by.

Defaults to