2017 © Pedro Peláez
 

yii2-extension yii2-button-dropdown-sorter

Bootstrap ButtonDropdown to use as sorter in yii2

image

rsr/yii2-button-dropdown-sorter

Bootstrap ButtonDropdown to use as sorter in yii2

  • Tuesday, May 26, 2015
  • by rsr
  • Repository
  • 3 Watchers
  • 6 Stars
  • 5,750 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 6 Versions
  • 7 % Grown

The README.md

ButtonDropdown Sorter Extension for Yii 2

Bootstrap ButtonDropdown to use as sorter in yii2 widgets, (*1)

Installation

The preferred way to install this extension is through composer., (*2)

Either run, (*3)

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

or add, (*4)

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

to the require section of your composer.json file., (*5)

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., (*6)

Example:, (*7)

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

Resources

The Versions

26/05 2015

dev-master

9999999-dev

Bootstrap ButtonDropdown to use as sorter in yii2

  Sources   Download

MIT

The Requires

 

by Reza Saberi Rad

yii2 bootstrap dropdown sorter

12/04 2015

1.0.5

1.0.5.0

Bootstrap ButtonDropdown to use as sorter in yii2

  Sources   Download

MIT

The Requires

 

by Reza Saberi Rad

yii2 bootstrap dropdown sorter

09/04 2015

1.0.4

1.0.4.0

Bootstrap ButtonDropdown to use as sorter in yii2

  Sources   Download

The Requires

 

by Reza Saberi Rad

yii2 bootstrap dropdown sorter

06/04 2015

1.0.3

1.0.3.0

Bootstrap ButtonDropdown to use as sorter in yii2

  Sources   Download

The Requires

 

by Reza Saberi Rad

yii2 bootstrap dropdown sorter

06/04 2015

1.0.2

1.0.2.0

Bootstrap ButtonDropdown to use as sorter in yii2

  Sources   Download

The Requires

 

by Reza Saberi Rad

yii2 bootstrap dropdown sorter

06/04 2015

1.0.1

1.0.1.0

Bootstrap ButtonDropdown to use as sorter in yii2

  Sources   Download

The Requires

 

by Reza Saberi Rad

yii2 bootstrap dropdown sorter