Wiki articles in category How-tos tagged with "filtering"

Showing 1-3 of 3 items.

Clear CGridView Filters, Sort & Pager

Created 10 years ago by le_top, updated 10 years ago by le_top.

Clearing CGridView filters and sort orders from the web pages, is usefull for the end user. Yii does not seem to propose a standard method. Furthermore, this is especially usefull when filters are "remembered" in the user's session.

2 0
3 followers
Viewed: 20 246 times
Version: 1.1
Category: How-tos

How to keep filters simple in CGridView

Created 10 years ago by Peppe, updated 10 years ago by le_top.

The problem is not new: after setting some filters in a grid (typically in admin view), and gone to another page, returning in the grid's page I would like to find the filters with previous setting mantained.

0 0
2 followers
Viewed: 13 818 times
Version: 1.1
Category: How-tos

Displaying, Sorting and Filtering Model Relations on a GridView

Created 11 years ago by Antonio Ramirez, updated 11 years ago by Antonio Ramirez.

One of the things you will find tricky to implement is the the sorting and filtering of a GridView's column that displays related model data.

49 0
37 followers
Viewed: 332 168 times
Version: 2.0
Category: How-tos