angelcoding
Results
2
comments of
angelcoding
@hijarian Thanks for the quick response. I'll see if something like that will work...
I cheated in the end and did this slightly nasty hack by extending the TbEditableColumn class ... ``` php Yii::import('bootstrap.widgets.TbEditableColumn'); class ETbEditableColumn extends TbEditableColumn { public function init() { parent::init();...