Browse Source

Merge branch 'master' into docs-ja-0203

tags/2.0.7
Nobuo Kihara 9 years ago
parent
commit
8a040c1586
  1. 2
      docs/guide/output-data-widgets.md

2
docs/guide/output-data-widgets.md

@ -466,7 +466,7 @@ and include it in `index.php` view like so:
but is commented in `index.php` view. Uncomment it and it's ready to use!
Separate filter form is useful when you need to filter by fields, that are not displayed in GridView
or for special filtering conditions, like date range. For filtering by date range we can to add non DB attributes
or for special filtering conditions, like date range. For filtering by date range we can add non DB attributes
`createdFrom` and `createdTo` to the search model:
```php

Loading…
Cancel
Save