Custom Formatting Entire Row

bkim

Member
Is there was a way to make a custom formatting function to affect the entire row and not just the field through dadabik? For instance: http://chattypics.com/files/CaptureJPG_aavub0ls27.jpg I want to make all rows with cancelled / void bold and red in this case.
 

eugenio

Administrator
Staff member
There isn't any built-in function to accomplish that, you have to specify the same rule for all the fields.
 

bkim

Member
Hmm, okay. In the custom_functions.php file, you wrote an example that I based my current one off of. The only variable that I see in the example is $value, which I'm assuming is the current field's name. Is there another variable that I can reference that accesses the entire row's information?

I see in the custom validation functions that there is a variable $parameters_ar. Can I use that for custom formatting to access the entire row's information?
 
Top