Usage
Typescript Import Format
//To use this interface, import as below.
import {DataGridProviderUpdateOperationEventDetail} from "ojs/ojdatagridprovider";
For additional information visit:
Interface defining the details provided in a DataGridProviderUpdateEvent#detail.
Fields
-
ranges :Array.<{rowOffset: number, columnOffset: number, rowCount: number, columnCount: number}>
-
Ranges that have been updated.
rowOffset is the absolute zero-based index of the start row being updated.
columnOffset is the absolute zero-based index of the start column being updated.
rowCount is the total number of rows at that offset being updated.
columnCount is the total number of columns at that offset being updated.
ranges with count: -1 indicate update from offset to end.
- Since:
- 11.0.0
-
version :number
-
Version of the DataGridProvider specified by version capability to ensure proper event ordering.
- Since:
- 11.0.0