承接 rsr/yii2-button-dropdown-sorter 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

rsr/yii2-button-dropdown-sorter

最新稳定版本:1.0.5

Composer 安装命令:

composer require rsr/yii2-button-dropdown-sorter

包简介

Bootstrap ButtonDropdown to use as sorter in yii2

README 文档

README

Bootstrap ButtonDropdown to use as sorter in yii2 widgets

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require rsr/yii2-button-dropdown-sorter

or add

"rsr/yii2-button-dropdown-sorter": "*"

to the require section of your composer.json file.

Usage

In widgets that have the sorter, like ListView, set the "class" attribute to "rsr\yii2\ButtonDropdownSorter". There is an optional "label" attribute which defines the label of the button which defaults to "Sort". Be sure the {sorter} is present in widget's template.

Example:

<?= ListView::widget([
		'dataProvider' => $dataProvider,
		'itemView' => '_views',
		'layout' => "{sorter}\n{summary}\n{items}\n{pager}",
		'sorter' => [
			'class' => 'rsr\yii2\ButtonDropdownSorter',
			'label' => 'Sort Items',
		],
]); ?>

Resources

统计信息

  • 总下载量: 14.26k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 9
  • 点击次数: 1
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 9
  • Watchers: 4
  • Forks: 2
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2015-04-06