Individual Column Color and Styling
<?php
...
$dg->set_col_property('orderNumber',
array('classes'=>'comppk'));
$dg->set_col_property('productCode',
array('classes'=>'comppk'));
...
?>
<style>
.comppk{background-color: greenyellow
!important;}
</style>
Add or replace the CSS class with other styles for any individual column