New to Kendo UI for Vue? Start a free 30-day trial

SortProps

sort-dir String

The sort order (direction).

The supported values are:

  • (Default) asc—Ascending order.
  • desc—Descending order.

sort-field String

The field by which the data items are sorted.

sort-compare Function

A function which for performing custom comparison between DataSource items.

In this article

Not finding the help you need?