Optional
count: numberNumber of data rows.
IMPLEMENTATION OF THIS METHOD IS OPTIONAL.
Get a row of data.
The injected default implementation is an object of lazy getters.
The data row corresponding to the given rowIndex
. If row does not exist, then throw error.
Get a field's value at the specified row in a format suitable for display.
The value of the field at the specified row.
Optional
data: ObjectViewRow[]IMPLEMENTATION OF THIS METHOD IS OPTIONAL.
Set a cell's value given its column schema & row indexes and a new value.
Update or blank row in place.
Note parameter order is the reverse of addRow
.
if omitted or otherwise falsy, row renders as blank
Subscribe to data notifications from the server.
Unsubscribe from data notifications.
The current count of rows data in the server.