DataSourceSortTagHelper
Example
<sort/>
Attributes
Attribute | Type | Description |
---|---|---|
compare | String | Function which can be used for custom comparing of the DataSource items. |
direction | String | The sort order (direction).The supported values are: "asc" (ascending order) or "desc" (descending order). |
field | String | The field by which the data items are sorted. |