The row object type.
Returns the total number of items, synchronously or asynchronously.
Applies the given sort expression to the datasource.
The expression is a serializable array of { columnKey, direction } objects
that can safely cross network boundaries (e.g. to a REST or GraphQL backend).
Pass null to clear the current sort and restore the original order.
One or more sort criteria in priority order, or null to clear.
A datasource that supports server-side or in-memory sorting.