jscdev/yii2-dropdown-sorter

Bootstap4 button dropdown for sorter in yii2

Installs: 177

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 0

Type:yii2-extension

1.0.0 2020-01-30 05:28 UTC

This package is auto-updated.

Last update: 2024-09-29 05:29:00 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',
],