Cgridview counter column

You are viewing revision #3 of this wiki article.
This is the latest version of this article.
You may want to see the changes made in this revision.

« previous (#2)

some times we want to show the serialNo 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 749 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