Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.
Hi All,
How to change the table column background color dynamically based on the table column values? My requirement is,
Any help is appreciated.
Hi in the css properties of the field inside your column you could add something like:
#{order.orderAmount>5?'background-color:green':'background-color:red'}
That would change the style of that single cell.
hope this helps Javier