Skip to Content (Press Enter)
OutSystems.com
Personal Edition
Community
Support
Training
Training
Online Training
Developer Schools
Boot Camps
Certifications
Tech Talks
Documentation
Documentation
Overview
ODC
O11
Forums
Forge
Get Involved
Get Involved
Jobs
Ideas
Members
Mentorship
User Groups
Platform
Platform
ODC
O11
Search in OutSystems
Log in
Get Started
Back to Forums
ClausS
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?
J.
MVP
The widget Popup_Editor enforces you an On Notify-actions, where you can/must refresh the table
ClausS
That's exactly it - thanks!
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 Guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
See the full guidelines
Loading...