This wiki article has not been tagged with a corresponding Yii version yet.
Help us improve the wiki by updating the version information.
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)',
),
............
));
Thx
Thx for wiki,This is good ;)
Simple but useful
Thanks.
Great !!
Its really a great!!
@Nisanth thulasi
Good
Thanks!
It works beautifully =D
If you have any questions, please ask in the forum instead.
Signup or Login in order to comment.