Color a row based on text from Options list

Discussions related to customizing hooks. Hooks are documented at http://bigprof.com/appgini/help/advanced-topics/hooks/
Post Reply
Moh Youba
Veteran Member
Posts: 228
Joined: 2017-03-12 09:31

Color a row based on text from Options list

Post by Moh Youba » 2020-05-08 20:06

Hello

I need your help please

I have a table Clients

base on the text paid from Options list in the field status I want to color the row to red

please any help

Thank you

User avatar
D Oliveira
AppGini Super Hero
AppGini Super Hero
Posts: 347
Joined: 2018-03-04 09:30
Location: David

Re: Color a row based on text from Options list

Post by D Oliveira » 2020-05-08 21:20

you could try setting up an ajax call inside the respective html template file and on success function get the div by ID and change background color with .css

Post Reply