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
Chris Corsetti
96
Views
1
Comments
Record List Sorting
Question
I have implemented an API that I dump the response into a Record List. The Record List is the source bound to a Table Records. I want to be able to sort by the columns but cannot figure out how to do it. Using the sort widgits looks like it requires an aggregate or an entity. With the API these do not exist only a record list variable. How do I go about setting up sorting for this?
Kilian Hekhuis
MVP
You have to implement the sorting yourself. I'd create a screen action that is linked from each of the header labels, with a parameter that indicates what to sort on, then use the SortRecordList from the forge to actually sort the list, and Ajax refresh the table.
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...