<kendo:spreadsheet-sheet-sort-column>

Specifies the sort options for individual columns.

Example

<kendo:spreadsheet-sheet-sort-columns>
    <kendo:spreadsheet-sheet-sort-column></kendo:spreadsheet-sheet-sort-column>
</kendo:spreadsheet-sheet-sort-columns>

Configuration Attributes

ascending boolean

Indicates if the data in the cell will be sorted in ascending (true) or descending order (false).

Example

<kendo:spreadsheet-sheet-sort-column ascending="ascending">
</kendo:spreadsheet-sheet-sort-column>

index float

The index of the column within the sheet. For example, column C will have an index of 2.

Example

<kendo:spreadsheet-sheet-sort-column index="index">
</kendo:spreadsheet-sheet-sort-column>
In this article
Not finding the help you need?