Usage
Typescript Import Format
//To import this class, use the format below.
import {DataGridProviderAddEvent} from "ojs/ojdatagridprovider";
For additional information visit:
Constructor
new DataGridProviderAddEvent(detail)
Class for creating add events used for communicating row or column addition to the DataGrid.
Only entire rows/columns can be added. To fill cells use the DataGridProviderUpdateEvent.
Note that both rows and columns cannot be added in the same add event.
Parameters:
Name | Type | Description |
---|---|---|
detail |
DataGridProviderAddOperationEventDetail | the event detail |
Fields
-
detail :DataGridProviderAddOperationEventDetail
-
Add event details.
- Since:
- 11.0.0
-
type :'add'
-
- Since:
- 11.0.0