@kanunilabs/datagrid / RowDropEvent
Interface: RowDropEvent<TRow>
Defined in: datagrid/src/createGrid.ts:140
Type Parameters
TRow
TRow = GridRowData
Properties
otherGridId
otherGridId:
string
Defined in: datagrid/src/createGrid.ts:145
Grid it came from / went to.
position
position:
"before"|"after"
Defined in: datagrid/src/createGrid.ts:147
row
row:
TRow
Defined in: datagrid/src/createGrid.ts:142
Row that crossed over, as the source grid had it.
rowKey
rowKey:
RowKey
Defined in: datagrid/src/createGrid.ts:143
targetKey
targetKey:
RowKey|null
Defined in: datagrid/src/createGrid.ts:146