GanttColumnBuilder<T>.SortingMethod Method
Name | Parameters | Description |
---|---|---|
SortingMethod(RazorBlock) | jsFunc | Specifies a custom comparison function for sorting. Applies only when sorting is performed on the client. Mirrors the client-side sortingMethod object. |
SortingMethod(String) | jsFunc | Specifies a custom comparison function for sorting. Applies only when sorting is performed on the client. Mirrors the client-side sortingMethod object. |