Protected
constructorStatic
Readonly
ASCENDINGStatic
Readonly
DESCENDINGStatic
Readonly
REVERSEThe direction of this sort, either ASC, DESC, or REVERSE.
String
True if the absolute value of the column should be used when sorting; defaults to false.
boolean
Describes a Sort present on the table. No visible constructor, created through the use of Column.sort(), will be tied to that particular column data. Sort instances are immutable, and use a builder pattern to make modifications. All methods return a new Sort instance.