mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
* Fixed #4120 - DataTable: Selection and Row/Cell editing : Cannot input space character * Fixed #4337 - DataTable: editingRows is not reactive
This commit is contained in:
parent
07e9773db7
commit
88ac7e28f6
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue