mirror of
https://github.com/yiisoft/yii2.git
synced 2025-08-26 06:15:19 +08:00
rework grid/list/detail view guide and docs
This commit is contained in:
@ -37,15 +37,15 @@ abstract class BaseListView extends Widget
|
||||
/**
|
||||
* @var array the configuration for the pager widget. By default, [[LinkPager]] will be
|
||||
* used to render the pager. You can use a different widget class by configuring the "class" element.
|
||||
* Note that the widget must support the `pagination` property which will be populated with the `pagination` value
|
||||
* of [[dataProvider]].
|
||||
* Note that the widget must support the `pagination` property which will be populated with the
|
||||
* [[\yii\data\BaseDataProvider::pagination|pagination]] value of the [[dataProvider]].
|
||||
*/
|
||||
public $pager = [];
|
||||
/**
|
||||
* @var array the configuration for the sorter widget. By default, [[LinkSorter]] will be
|
||||
* used to render the sorter. You can use a different widget class by configuring the "class" element.
|
||||
* Note that the widget must support the `sort` property which will be populated with the `sort` value
|
||||
* of [[dataProvider]].
|
||||
* Note that the widget must support the `sort` property which will be populated with the
|
||||
* [[\yii\data\BaseDataProvider::sort|sort]] value of the [[dataProvider]].
|
||||
*/
|
||||
public $sorter = [];
|
||||
/**
|
||||
|
Reference in New Issue
Block a user