Nest all methods of DataItem Object
method allows to set color for any row in the component:
$dataItem->set_row_color($color)
Parameters:
method allows to set the style for any row
$dataItem->set_row_style($style )
Parameters:
method allows to set style for any cell of the item:
$dataItem->set_cell_style($name,$value)
Parameters:
method allows to set class for any cell of the item:
$dataItem->set_cell_class($name,$value)
Parameters:
method allows to set attributes for any row of the component:
$dataItem->set_row_attribute($attr,$value)
Parameters:
method allows to set attributes for any cell of the item:
$dataItem->set_cell_attribute($name,$attr,$value)
Parameters: