CGridView: Use special variable $data in the htmlOptions of a column (i.e. evaluate htmlOptions attribute)
For each column of the CGridView, we can specify name, value, htmlOptions, cssClassExpression etc. In the declarations of the attributes value and cssClassExpression we can use the "special" variable $data, for example like this: 'value'=>'$data->author->username',.
Now we might want to use $data in the declaration of the `...