React DataGrid - RowUpdatedEvent

The type of the rowUpdated event handler's argument.

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

Object

component

The UI component's instance.

Selector: Component
Type:

DataGrid

data

Type:

Object

element

The UI component's container.

key

Type: any