Revision #58 has been created by Kartik V on May 12, 2014, 3:54:36 PM with the memo:
Updated embedded wiki link
« previous (#57) next (#59) »
Changes
Title
unchanged
Filter & Sort by calculated/related fields in GridView Yii 2.0
Category
unchanged
Tutorials
Yii version
unchanged
Tags
unchanged
wiki, faq, grid, gridview, yii2, datacolumn, calculated, filter, sort
Content
changed
This wiki explains how to add calculated fields into your Yii Framework 2.0 gridview with filtering and sorting.
>Note: If you are looking at filtering and sorting by SUMMARY data from related tables, then refer [this wiki](
"http://www.yiiframework.com/wiki/679/filter-sort-by-summary-data-in-gridview-yii-2-0/
").
Example Structure
-----------------
Let's say you have the following tables:
~~~[...]