Cgridview counter column

You are viewing revision #2 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 or see the changes made in this revision.

« previous (#1)next (#3) »

some times 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: 11 102 times
Version: Unknown (update)
Category: Tips
Written by: Nisanth thulasi
Last updated by: trond
Created on: Jul 26, 2013
Last updated: 11 years ago
Update Article

Revisions

View all history