Highlight tablePane Row

24 views
Skip to first unread message

DJSaunders

unread,
Mar 8, 2018, 9:43:10 AM3/8/18
to InterSystems: Zen Community
I have a tablePane and I want to be able to highlight a row if certain conditions are met which means I also need to be able to check the values for certain columns in a certain row.

Thanks for your consideration. I hope someone can help.

willianfrancas

unread,
Aug 28, 2018, 10:56:30 AM8/28/18
to InterSystems: Zen Community
Hi Dj, how are you?

Are you referrring to <condition> use?
If I'm right you can use it to change color and highlight row(s), cols or some info

If I have a tablePane with clients on situation like Inative or Orders Canceled
I can use this where ColName is (not necessary) a hidden column with colName="Situation" and your value is 0 or (%external) Inative/Canceled

<
condition colName="Situation" predicate="EQ" value="0" rowStyle="background-color: #FF6347 ; color: white ;"/>

All row with this value, will suffer the modification applied on rowStyle.


Let me know If I helped you!
Reply all
Reply to author
Forward
0 new messages