panix/wgt-select2

Select2

Installs: 52

Dependents: 1

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 0

Type:pixelion-component

1.0.0 2021-08-06 09:26 UTC

This package is auto-updated.

Last update: 2024-04-06 15:03:42 UTC


README

Latest Stable Version Total Downloads Monthly Downloads Daily Downloads Latest Unstable Version License

Installation

The preferred way to install this extension is through Composer.

Either run

php composer require panix/wgt-select2 "dev-master"

or add

"panix/wgt-select2": "dev-master"

to the require section of your composer.json file.

Usage

Just pass the ScrollPager class name to the ListView pager configuration. Make sure that items in your list have some classes that can be used as JavaScript selectors.

echo Select2::widget([

]);