Table edit shows old data for a second after edit

Hi i got a editable table like this

im using bulk update but when i edit the latest column in yellow example the table have TEST and i edit it to be TEST1234 theres a glitch where a second i see again the TEST and then TEST1234 after i run table refresh on success query, thats normal?

like this issue Background Table Save - #3 by w2go but not sure how it was fixed

How did you trigger the bulk edit query? Also, what happens on success of the bulk edit?

1 Like

what you mean? im using regular update record

@agaitan026, in the update query. To the On succes event handler, add the query you’re using to get the table data.
Then when the update is successful, it automatically fetches the updated data.

1 Like

Oh so i remove table refresh? Will try that thank you

that works but now i see that blue icon

in the edited cell

so i added a reset table after all those query runs and it worked i think but still see that glitch

I'm not sure what your setup is exactly, but it works fine for me.
See gif:
CleanShot 2023-11-06 at 15.31.29

1 Like

May i see your setup the events side on table? Onchange cell you run query or table refresh

Sure, here are some screenshots:



1 Like

strange i got the same setup but i cant remove that blue icon

if i run table refresh it does remove it

Got self host, not sure if cloud have any fix or any new for that feature maybe..

This is a video with table refresh:

Hey @agaitan026! :slight_smile: I haven't been able to reproduce this on my end, are you still seeing this behavior? Do you know if any other editors/users of your app are able to see this same behavior?

1 Like

not really i just restarted my db, maybe a lag or speed issue, i dont have that thing anymore thank you

1 Like