new Sorter(column, direction) → {FooTable.Sorter}
The sorter object contains the column and direction to sort by.
Parameters:
Name | Type | Description |
---|---|---|
column |
FooTable.Column | The column to sort. |
direction |
string | The direction to sort by. |
Returns:
- Type
- FooTable.Sorter
Extends
Members
column :FooTable.Column
The column to sort.
Type:
direction :string
The direction to sort by.
Type:
- string