Skip to content

*Datatable* - _(Apex-Defined)_ - Wired display on Updated Rows does not work properly #1565

Open
@fprovot

Description

@fprovot

Datatable v4.3.0

Steps to reproduce

Steps to reproduce the behavior:

  1. Create a datatable with apex defined content, with selectable rows, editable rows as well as deletable rows options, with pagination.
  2. Create another datatable with apex defined content, source data is the outputEditedRowsString (User Defined) property of the previous table.
  3. Update some values of the table
    => the second datatable does not show changes
  4. 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.

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions