-
Notifications
You must be signed in to change notification settings - Fork 432
Description
Hey,
I'm trying to configure table columns as editable
The issue is that the new value isn't been saved in a stable way.
For now, just the first row of the table is been saved.
When I change the values in the second row, it's not being saved, and then it rewrites these values (of the second row change) to the first row.
As Allen requested:
@nirkrumer I can't run your code and it's hard to reproduce it. PLEASE CREATE A CODESANDBOX EXAMPLE SO THAT WE CAN HELP YOU EASILY. PLEASE KEEP IT SIMPLE AND MINIMAL.
I attach the very minimal example.
Pay attention in order to test it, my class extends FlowPage
(outer library for me, to show it on my 3 party UI application).
Also, I remarked the afterSaveCell attribute (I prefer not using that, cause this changes the logics of checkboxes in the original table and original values).

Hope everything is clear.
Thanks!