When i click update button “ปรับปรุง” i need value in table change after data update to DB.
How to made it?
If wix feature can’t did it, how to refresh my page after update data.
Hi Shiro,
Call refresh() on the dataset after the update() promise returns.
See the refresh() function documentation here
thank you Ido.