Class type Ext_util_Sorter.t


class type t = object .. end
Inherits
method setDirection : Js.js_string Js.t -> unit Js.meth

Set the sorting direction for this sorter.

Parameters:


method toggle : unit Js.meth

Toggles the sorting direction for this sorter.


method updateSortFunction : 'a. 'a Js.callback Js.optdef -> unit Js.meth

Update the sort function for this sorter.

Parameters: