Cgridview counter column

You are viewing revision #1 of this wiki article.
This version may not be up to date with the latest version.
You may want to view the differences to the latest version.

next (#2) »

some we want to show the serailNo on cgridview .

$this->widget('zii.widgets.grid.CGridView', array(
  
    'dataProvider'=>$model->search(),
    'filter'=>$model,
    'columns'=>array(
        array(
            'header'=>'Sr #',
            'value'=>'$this->grid->dataProvider->pagination->currentPage * $this->grid->dataProvider->pagination->pageSize + ($row+1)',
        ),
       ............
));
4 0
8 followers
Viewed: 10 750 times
Version: Unknown (update)
Category: Tips
Written by: Nisanth thulasi
Last updated by: trond
Created on: Jul 26, 2013
Last updated: 10 years ago
Update Article

Revisions

View all history