RowDropEventArgs

12 Sep 20251 minute to read

Properties

data Object[]

Defines the selected row data.

dropIndex number

Defines the target element from index.

fromIndex number

Defines the drag element from index.

originalEvent object

Define the mouse event

rows Element[]

Defines the selected row’s element.

target Element

Defines the target element from which drag starts.