Pages

▼
Showing posts with label CGridView. Show all posts
Showing posts with label CGridView. Show all posts
Saturday, June 1, 2013

YII extend the class CGridView CDataColumn

›
Extend the class CDataColumn Under protected/components/ create the file DataColumn.php with the following content: <?php /** * ...
1 comment:

YII CGridView with custom action button

›
<?php $this -> widget ( 'zii.widgets.grid.CGridView' , array ( 'dataProvider' => $model -> search (), ...

YII CGridView with CActiveDataProvider customer limit and offset params

›
It is a CGridView example with CActiveDataProvider class: <?php $this -> widget ( 'zii.widgets.grid.CGridView' , array ( ...

How to Change CgridView table class? - Yii Framework

›
I can see in the source code of my page that CgridView has <table class = "items" >   and I want to change this to <...
1 comment:
Tuesday, April 30, 2013

CGridView a CLinkColumn with sortable header using yii

›
I have it working with the latest yii (non-stable but might work with the current stable release). (could do with some improvement but it d...
›
Home
View web version
Powered by Blogger.