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
José Machado
1
Views
2
Comments
Edit withou edit screen
Question
Hello
I am new to the angile platform.
I have a table and a list page, but instead of clicking in a record and open it for edit I would like to edit it directly in the list screen.
After I edit a certain column when I hit enter I would like to save that record.
Can someone explain how this is done ?
Thank You in advance.
José
Luis Soares
Hello,
Some ideia:
You got a list of records with a edit button (tablerecord). If you click on the edit button, you can refresh the tablerecord line and switch it for edit mode. You can have a boolean value associated with each row to control that. The save button can show up when you switch the row to edit mode.
Hope it helps,
Luis Paulo Soares
José Machado wrote:
Hello
I am new to the angile platform.
I have a table and a list page, but instead of clicking in a record and open it for edit I would like to edit it directly in the list screen.
After I edit a certain column when I hit enter I would like to save that record.
Can someone explain how this is done ?
Thank You in advance.
José
Nuno Jorge
You could use this: https://www.outsystems.com/NetworkSolutions/ProjectDetail.aspx?ProjectId=189
In your table, instead of expressions you could use inputs and use the onChange property to save the values from that line.
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...