React DataGrid - RowRemovedEvent

The type of the rowRemoved event handler's argument.

import { RowRemovedEvent } 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