mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-15 22:09:48 +08:00
Reverted bf42b24
This commit is contained in:
@@ -339,7 +339,7 @@ echo GridView::widget([
|
||||
|
||||
### Filtering data
|
||||
|
||||
For filtering data the GridView needs a [model](structure-models.md) that takes the input form, the filtering
|
||||
For filtering data the GridView needs a [model](structure-models.md) that takes the input from, the filtering
|
||||
form and adjusts the query of the dataProvider to respect the search criteria.
|
||||
A common practice when using [active records](db-active-record.md) is to create a search Model class
|
||||
that provides needed functionality (it can be generated for you by [Gii](start-gii.md)). This class defines the validation
|
||||
|
||||
Reference in New Issue
Block a user