ofRemote method
Implementation
DataColumnSortAction? ofRemote(String field) {
return enable ? _TableRemoteSortor<E>(this, field).call : null;
}
DataColumnSortAction? ofRemote(String field) {
return enable ? _TableRemoteSortor<E>(this, field).call : null;
}