2
Views
3
Comments
Table not refreshing
Question
Hi - I've constructed a table with the scaffolding technique.
If a row is clicked, a popup window comes up where you can edit the relevant record.
When "Save" is clicked, however, the table is not refreshed.
If I use F5 to update the page, the table is correctly displayed.
I use as input for the table a list of records that is calculated in the "Preparation" method and I suspect this is the reason for not changing since Preparation is not called again upon refresh.
How can I ensure that the table is correctly refreshed?
2016-04-21 20-09-55
J.
 
MVP
The widget Popup_Editor enforces you an On Notify-actions, where you can/must refresh the table
UserImage.jpg
ClausS
That's exactly it - thanks!
2011-09-30 16-44-42
João Fernandes
Hi,

Just for reference, you can see this video about how to Change and Refresh a Row on a Displayed List.
Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.