DataTableSortor<E> class

Constructors

DataTableSortor({bool enable = true})

Properties

asc bool
getter/setter pair
col int?
getter/setter pair
enable bool
getter/setter pair
field String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
table XDataTable<E>
getter/setter pair

Methods

attach(XDataTable<E> table) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
ofLocal<C extends Comparable>(C? prop(E e)) DataColumnSortAction?
ofRemote(String field) DataColumnSortAction?
orderByItem() QuerySort?
toString() String
A string representation of this object.
inherited
updateOrder(String? field, bool asc) → void

Operators

operator ==(Object other) bool
The equality operator.
inherited