ofRemote method

DataColumnSortAction? ofRemote(
  1. String field
)

Implementation

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