* Fixed #4120 - DataTable: Selection and Row/Cell editing : Cannot input space character * Fixed #4337 - DataTable: editingRows is not reactivepull/4142/head
parent
07e9773db7
commit
88ac7e28f6
|
@ -35,7 +35,7 @@
|
||||||
@dblclick="onRowDblClick($event, rowData, getRowIndex(index))"
|
@dblclick="onRowDblClick($event, rowData, getRowIndex(index))"
|
||||||
@contextmenu="onRowRightClick($event, rowData, getRowIndex(index))"
|
@contextmenu="onRowRightClick($event, rowData, getRowIndex(index))"
|
||||||
@touchend="onRowTouchEnd($event)"
|
@touchend="onRowTouchEnd($event)"
|
||||||
@keydown="onRowKeyDown($event, rowData, getRowIndex(index))"
|
@keydown.self="onRowKeyDown($event, rowData, getRowIndex(index))"
|
||||||
@mousedown="onRowMouseDown($event)"
|
@mousedown="onRowMouseDown($event)"
|
||||||
@dragstart="onRowDragStart($event, getRowIndex(index))"
|
@dragstart="onRowDragStart($event, getRowIndex(index))"
|
||||||
@dragover="onRowDragOver($event, getRowIndex(index))"
|
@dragover="onRowDragOver($event, getRowIndex(index))"
|
||||||
|
|
Loading…
Reference in New Issue