Change Color of Column in Table view

Discussions related to customizing hooks. Hooks are documented at http://bigprof.com/appgini/help/advanced-topics/hooks/
Post Reply
joshianjvj83
Posts: 21
Joined: 2024-05-12 10:13

Change Color of Column in Table view

Post by joshianjvj83 » 2024-10-15 01:32

I’m working on a document tracking system, and I’m trying to add a bit of color to make things more noticeable. Specifically, I want to highlight rows in the table based on the status field. For example, if a document is marked as "URGENT," I’d like the row to be highlighted in red to make it stand out.

Is there a way to implement this kind of color change for a row dynamically?

ppfoong
Veteran Member
Posts: 52
Joined: 2021-07-13 16:46

Re: Change Color of Column in Table view

Post by ppfoong » 2024-10-15 07:33


joshianjvj83
Posts: 21
Joined: 2024-05-12 10:13

Re: Change Color of Column in Table view

Post by joshianjvj83 » 2024-10-18 00:56

Thanks! I also found the tutorial of Appgini in their YT channel: https://www.youtube.com/watch?v=DObUK-I-U8o

Post Reply