Skip to Content (Press Enter)
Training
Training
Online Training
Developer Schools
Boot Camps
Certifications
Tech Talks
Documentation
Documentation
Overview
ODC
O11
Forums
Forge
Get Involved
Get Involved
Home
Jobs
Ideas
Members
Mentorship
User Groups
Platform
Platform
ODC
O11
Platforms
OutSystems.com
Personal Edition
Community
Resources
Support
Search in OutSystems
Log in
Get Started
Back to Ideas
11
Like
Follow Idea
Eric Oud Ammerveld
[Table Records] - Conditional Row / Column highlight
4342
Views
5
Comments
Implemented
Frontend (App Interfaces)
OutSystems 5.0
It would be very nice if we could highlight the background of a row and column conditionally.
This as an indicator for e.g. Unpaid invoice (overdue) or to indicate a value is below a certain treshold.
Eg:
Fernando Sousa
Hello Eric,
You can use the Extended Properties to conditionally apply a different style to a table cell. Although this is easy enough to do for a column, it's not very practical when trying to affect the entire row.
ovatsus
Since 5.0, you now have the Row widgets, so it's also easy to do at the row level, just use an extended property on the data row of the tablerecorsd and use some calculation that uses TableRecords.List.Current or TableRecords.List.CurrentRowNumber
Eric Oud Ammerveld
Hi Guys,
Thanks for your feedback, I can definately work with that.
Although; It would be nice if column / rowcoloring could be a default parameter for the tablerecord.
Cheers,
Eric
Pedro Oliveira
Staff
5.0 solves it as Gustavo mentioned. The this is supported is actually cool because it allows it support it supports a vast amount of scenarios in addition to the background coloring.
Paulo Tavares
Staff
Already Done.
Log in to comment
Loading...