Answer the question
In order to leave comments, you need to log in
How to correctly set the button url in the widget?
<?php $this->widget('bootstrap.widgets.TbGridView', array(
'type'=>'striped bordered condensed',
'dataProvider'=>$model->searchEmployees(),
'columns'=>array(
'id',
'full_name_ru',
array('name' => 'position_type','value'=> '$data->getPositionType()[$data->position_type]'),
'work_phone',
'home_phone',
array(
'class'=>'bootstrap.widgets.TbButtonColumn',
'htmlOptions'=>array('style'=>'width: 50px'),
'updateButtonUrl' => array('href' => '/RefEmployeesMahala/update/1'),
),
)
)); ?>
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question