[SOLVED] Changing the background of the entire row in the database after selecting a specific value |
3/5/2022 10:31:17 PM |
PHPRunner General questions | |
![]() Hello I would like to change the cell background depending on the value selected. I even found an interesting and helpful tutorial at https://xlinesoft.com/phprunner/docs/conditional_formatting.htm |
|
D
|
DealerModulesDevClub member 3/6/2022 |
Hello, You can try adding to your list page / events / List page: After record processed area : if($data["your_field_name"]=="NO") Everything is case sensitive including your NO or No. Hope this helps, Paul |
![]() |
kanclerz author 3/6/2022 |
thanks, it works |