Documentation

@kanunilabs/datagrid-react


@kanunilabs/datagrid-react / RowDropEvent

Interface: RowDropEvent<TRow>

Defined in: datagrid-react/src/hooks/useRowDrag.ts:47

Type Parameters

TRow

TRow = GridRowData

Properties

otherGridId

otherGridId: string

Defined in: datagrid-react/src/hooks/useRowDrag.ts:52

Grid it came from / went to.


position

position: "before" | "after"

Defined in: datagrid-react/src/hooks/useRowDrag.ts:54


row

row: TRow

Defined in: datagrid-react/src/hooks/useRowDrag.ts:49

Row that crossed over, as the source grid had it.


rowKey

rowKey: RowKey

Defined in: datagrid-react/src/hooks/useRowDrag.ts:50


targetKey

targetKey: RowKey | null

Defined in: datagrid-react/src/hooks/useRowDrag.ts:53