Wednesday, May 15, 2013

How to Change CgridView table class?

$this->widget('zii.widgets.grid.CGridView', array(
         'id'=>'poll-grid',
        'htmlOptions' => array('class' => 'table table-striped responsive'),
   -------------------
   -----------------
  ));