DataTable: Row edits when enabled doesn't work with pagination #3801
Labels
Type: Bug
Issue contains a bug related to a specific component. Something about the component is not working
Milestone
Describe the bug
When using DataTable with pagination and row edits enabled, making edits to pages other than the first page the edits appear only on items on the first page.
Reproducer
https://stackblitz.com/edit/angular-bdsewd?file=src%2FApp.vue
PrimeVue version
3.25.0
Vue version
3.x
Language
ALL
Build / Runtime
Vite
Browser(s)
https://stackblitz.com/edit/angular-bdsewd?file=src/App.vue
Steps to reproduce the behavior
Expected behavior
When on any page other than the 1st page, editing a row value show be reflected in the row that was just edited rather than showing on the first page.
The text was updated successfully, but these errors were encountered: