I want to give at these columns of the table a name, it is possible?
$this->widget('zii.widgets.grid.CGridView', array(
'dataProvider'=>$dataProvider,
'columns'=>array(
'cat_code',
'cat_name',
.......
array(
'class'=>'zii.widgets.grid.CButtonColumn',
),
array(
'class'=>'application.components.ButtonColumn',
),

Help















