Alphabetic sort function.
Arguments:
Returns: number
Negative if a < b, 0 if a = b, and positive if a > b.
|
code » | |||
![]()
Returns a function that is the given sort function in reverse.
Arguments:
Returns: function(*, *) : number
A new sort function that reverses the
given sort function.
|
code » | |||
Disables sorting on the specified column
Arguments:
Returns: number
Negative if a < b, 0 if a = b, and positive if a > b.
|
code » | |||
A numeric sort function.
Arguments:
Returns: number
Negative if a < b, 0 if a = b, and positive if a > b.
|
code » |