JavaScript/jQuery DataGrid - InitNewRowEvent

The type of the initNewRow event handler's argument.

import { InitNewRowEvent } from "devextreme/ui/data_grid"
Type:

Object

component

The UI component's instance.

Type:

DataGrid

data

Type:

Object

element

The UI component's container.

promise

Type:

PromiseLike object (jQuery, native, etc)