$data
有什么方法可以从 CButtonColumn访问位于变量中的模型吗?下面的代码不起作用。
array(
'class' => 'CButtonColumn',
'template' => '{test}',
'buttons' => array(
'test' => array(
'label' => 'Select',
'click' => 'js:function() { <b>alert($data->_id);</b> return false;}',
),
),
),