Public ui-kit datasource contract for serializable filtering.
Unlike the lower-level foundation datasource contract, this surface accepts the serializable FilterExpression emitted by ui-filter.
ui-filter
Applies the given serializable filter descriptor.
Pass null, undefined, or an empty rule list to clear the filter.
null
undefined
Returns the total number of items, synchronously or asynchronously.
Returns the row object at the given index.
Zero-based index of the row to retrieve.
The row value, or a Promise that resolves to it.
Promise
Public ui-kit datasource contract for serializable filtering.
Unlike the lower-level foundation datasource contract, this surface accepts the serializable FilterExpression emitted by
ui-filter.