Browse Source

Update output-data-widgets.md

fixed broken code block
tags/2.0.0-rc
Carsten Brandt 10 years ago
parent
commit
92e131c5ae
  1. 1
      docs/guide/output-data-widgets.md

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

@ -381,6 +381,7 @@ $query->andFilterWhere(['LIKE', 'author.name', $this->getAttribute('author.name'
> ```
>
> Same is true for the sorting definition:
>
> ```php
> $dataProvider->sort->attributes['author.name'] = [
> 'asc' => ['au.name' => SORT_ASC],

Loading…
Cancel
Save