GanttColumnSortableSettingsTagHelper
Example
Razor
<sortable/>
Attributes
| Attribute | Type | Description |
|---|---|---|
| compare | String | A JavaScript function for comparing the values. If the first argument is less than the second one, returns -1.; If both arguments are the same, returns 0. or If the first argument is greater than the second one, returns +1.. |
| enabled | Boolean | Enables or disables the configuration. |