Difference between #15 and #16 of
Sort and filter a custom or composite CGridView column - that may even contain data from different tables.

Revision #16 has been created by Gerhard Liebenberg on Feb 11, 2015, 12:22:42 PM with the memo:

Corrected typo
« previous (#15) next (#17) »

Changes

Title unchanged

Sort and filter a custom or composite CGridView column - that may even contain data from different tables.

Category unchanged

How-tos

Yii version unchanged

Tags unchanged

complex custom CGridView column sort filter

Content changed

[...]
{
return 'Green';
}
}

public function rules()
 
{
 
return array(
 
array('varColour', 'safe', 'on'=>'search'),
 
);
 
}


public function attributeLabels()
{
return array(
'varColour' => 'Colour',
[...]
6 0
6 followers
Viewed: 64 872 times
Version: 1.1
Category: How-tos
Written by: Gerhard Liebenberg
Last updated by: Gerhard Liebenberg
Created on: Nov 18, 2013
Last updated: 7 years ago
Update Article

Revisions

View all history