panix / wgt-select2
Select2
Installs: 53
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:pixelion-component
Requires
- select2/select2: ^4.0
- ttskch/select2-bootstrap4-theme: ^1.5
README
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([ ]);