Open
Description
Datatable v4.3.0
Steps to reproduce
Steps to reproduce the behavior:
- Create a datatable with apex defined content, with selectable rows, editable rows as well as deletable rows options, with pagination.
- Create another datatable with apex defined content, source data is the outputEditedRowsString (User Defined) property of the previous table.
- Update some values of the table
=> the second datatable does not show changes - Delete one row
=> the second datatable does show the changes!
Expected behaviour
The second table display changes as soon as the save button is pressed.
Actual behaviour
The second table display changes only when deleting a row on the first table.
Other insights
If we add datatables to display "selected" and "removed" rows, they are instantly updated. And if we select a row where an update is done, the updated is displayed in the "selected rows" table, but still not in the "updated rows" table. Untill a row deletion is done.