Search results

SortSettings API in Angular Kanban API component

Holds the configuration of sort settings in kanban board.

Properties

direction

SortDirection

Sort the cards. The possible values are:

  • Ascending
  • Descending

Defaults to ‘Ascending’

field

string

Defines the sort field

Defaults to null

sortBy

SortOrderBy

Sort the cards. The possible values are:

  • DataSourceOrder
  • Index
  • Custom

Defaults to ‘Index’