mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 17:02:38 +00:00
Fixed #3801 - DataTable: Row edits when enabled doesn't work with pagination
This commit is contained in:
parent
9b9504ffe1
commit
8388b44f33
2 changed files with 18 additions and 5 deletions
|
@ -80,6 +80,7 @@
|
|||
:frozenRow="true"
|
||||
class="p-datatable-frozen-tbody"
|
||||
:columns="slotProps.columns"
|
||||
:first="d_first"
|
||||
:dataKey="dataKey"
|
||||
:selection="selection"
|
||||
:selectionKeys="d_selectionKeys"
|
||||
|
@ -134,6 +135,7 @@
|
|||
:class="slotProps.styleClass"
|
||||
:columns="slotProps.columns"
|
||||
:empty="empty"
|
||||
:first="d_first"
|
||||
:dataKey="dataKey"
|
||||
:selection="selection"
|
||||
:selectionKeys="d_selectionKeys"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue