The value of the field at the specified row.
This function only needs to be implemented if cells can be edited. See RevCellEditor for more information about editing data.
The core of the client does not need to know the type of the return value. getEditValue()
is called by the Cell Editor
associated with the cell.
A cell editor expects a certain type of view value and casts the result accordingly.
The current count of rows data in the server.
Number of data rows.
IMPLEMENTATION OF THIS METHOD IS OPTIONAL.
Only called by Hypergrid when it receives the data-prereindex
or data-postreindex
events.
These events are typically triggered before and after data model remaps the rows (in its apply
method).
Grid row index.
Unique Id of row specified by rowIndex.
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
recent: booleanOptional
recordUpdateRecent: booleanOptional
recent: booleanOptional
valueRecentChangeTypeId: RevRecordValueRecentChangeTypeIdOptional
recent: booleanOptional
recent: booleanOptional
recent: booleanIMPLEMENTATION OF THIS METHOD IS OPTIONAL.
Set a cell's value given its column schema & row indexes and a new value.
Optional
fieldIndex: numberOptional
isAscending: booleanSubscribe to data notifications from the server.
Get a field's value at the specified row in a format suitable for editing.