Save record in editable table - Button click listener does not work

I have a editable table, with a editable cell, and a gerarated button to save the record. The button have a event click listener, that does not works in the follow scenario:

1- Click in the editable cell and write some value;
2- Click in the save button;
3- Click listener does not work;

Obs: If I click two times, works fine.

EditableTable.zip (82.0 KB)

Hi,

The problem is that every time you change value in an editable cell, all generated columns are rerendered in order to update their value in accordance with the changed value.

I would recommend adding the save button to the buttons panel, i.e. have a single button to commit either all record or selected.

Regards,
Gleb

1 Like