hi, there, when I edit the table with the MySQL data, I found that I don't have the 'save' event handler in my table.
In this drop-down selection list, I can see the 'change cell' event. but no 'save' when I edit and update a cell.

Anybody can help?
hi, there, when I edit the table with the MySQL data, I found that I don't have the 'save' event handler in my table.
In this drop-down selection list, I can see the 'change cell' event. but no 'save' when I edit and update a cell.

Anybody can help?
When you make a column editable, you will see a "Save Action" in addons
You can then add a query for the "Save" action that comes up when a column/cell is edited.
Thanks! It works for me.