breadcrumbs=array( 'Colaboladores'=>array('index'), 'Manage', ); $this->menu=array( array('label'=>'List Colaboladores','url'=>array('index')), array('label'=>'Create Colaboladores','url'=>array('create')), ); Yii::app()->clientScript->registerScript('search', " $('.search-button').click(function(){ $('.search-form').toggle(); return false; }); $('.search-form form').submit(function(){ $.fn.yiiGridView.update('colaboladores-grid', { data: $(this).serialize() }); return false; }); "); ?>
You may optionally enter a comparison operator (<, <=, >, >=, <> or =) at the beginning of each of your search values to specify how the comparison should be done.
'search-button btn')); ?> widget('bootstrap.widgets.TbGridView',array( 'id'=>'colaboladores-grid', 'dataProvider'=>$model->search(), 'filter'=>$model, 'columns'=>array( 'nombre_completo', 'descripcion', 'puesto', /* 'website', 'twitter', 'facebook', 'otro', 'activo', */ array( 'class'=>'bootstrap.widgets.TbButtonColumn', ), ), )); ?>