panix / wgt-select2
Select2
Package info
github.com/andrtechno/wgt-select2
Type:pixelion-component
pkg:composer/panix/wgt-select2
1.0.0
2021-08-06 09:26 UTC
Requires
- select2/select2: ^4.0
- ttskch/select2-bootstrap4-theme: ^1.5
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
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([ ]);