You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
In Green the changes on first table that are reflected. Only after a row removal on the "updated rows" table.
In Yellow the changes on first table that are not reflected on "updated rows" table. They will be after a row removal.
Datatable v4.3.0
Steps to reproduce
Steps to reproduce the behavior:
=> the second datatable does not show changes
=> 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.
The text was updated successfully, but these errors were encountered: