APIリファレンス(JavaScript)
Order class
ソート条件のクラスです。
Signature:
export declare class Order
Constructors
| Constructor | Modifiers | Description |
|---|---|---|
| (constructor)(direction, columnName) | コンストラクタです。 |
Properties
| Property | Modifiers | Type | Description |
|---|---|---|---|
| columnName | string | ||
| direction | Direction |
Methods
| Method | Modifiers | Description |
|---|---|---|
| asc(columnName) | static | 昇順のソート条件を追加します。 |
| desc(columnName) | static | 降順のソート条件を追加します。 |