clearSorting method

Future<bool> clearSorting()

Clears grid-managed sorting and rebuilds the dataset view.

Returns whether the operation completed successfully.

Implementation

Future<bool> clearSorting() {
  return _requireAttached(_clearSorting).call();
}