jscdev / yii2-dropdown-sorter
Bootstap4 button dropdown for sorter in yii2
Package info
github.com/hadyjsc/yii2-dropdown-sorter
Type:yii2-extension
pkg:composer/jscdev/yii2-dropdown-sorter
1.0.0
2020-01-30 05:28 UTC
Requires
- jscdev/bs4: @dev
This package is auto-updated.
Last update: 2026-03-01 00:30:28 UTC
README
Bootstap4 button dropdown for sorter in yii2
Installation
The preferred way to install this extension is through composer.
Either run
composer require "jscdev/yii2-dropdown-sorter @dev"
or add
"jscdev/yii2-dropdown-sorter": "@dev"
to the require section of your composer.json file.
Using
'sorter' => [
'class' => 'jscdev\yii2\ButtonDropdownSorter',
'linkOptions' => [
'class' => 'dropdown-item',
'tabindex' => '-1'
],
'label' => 'Sort Items',
],