File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -23,9 +23,9 @@ to the require section of your `composer.json` file.
23
23
Usage
24
24
----
25
25
26
- In widgets that have the sorter like ListView set the "class" attribute to "rsr\yii2-button-dropdown-sorter \ButtonDropdownSorter".
26
+ In widgets that have the sorter, like ListView, set the "class" attribute to "rsr\yii2\ButtonDropdownSorter".
27
27
There is an optional "label" attribute which defines the label of the button which defaults to "Sort".
28
- Be sure the {sorter} exists in widget's template.
28
+ Be sure the {sorter} is present in widget's template.
29
29
30
30
31
31
Example:
@@ -36,7 +36,7 @@ Example:
36
36
'itemView' => '_views',
37
37
'layout' => "{sorter}\n{summary}\n{items}\n{pager}",
38
38
'sorter' => [
39
- 'class' => 'rsr\yii2-button-dropdown-sorter \ButtonDropdownSorter',
39
+ 'class' => 'rsr\yii2\ButtonDropdownSorter',
40
40
'label' => 'Sort Items',
41
41
],
42
42
]); ?>
You can’t perform that action at this time.
0 commit comments