Fixed #3801 - DataTable: Row edits when enabled doesn't work with pagination

This commit is contained in:
mertsincan 2023-03-27 09:37:20 +01:00
parent 9b9504ffe1
commit 8388b44f33
2 changed files with 18 additions and 5 deletions

View file

@ -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"