yii-ext / scroll-up
Infinite scroll-up pager
Installs: 26
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Language:JavaScript
Type:yii-extension
This package is not auto-updated.
Last update: 2023-03-18 07:35:32 UTC
README
Yii pager for scrolling up
'pager' => array( 'class' => 'application.vendor.yii-ext.scroll-up.ScrollUpPager', 'rowSelector' => '.rows', 'listViewId' => 'message-list', 'header' => '', 'options' => array( 'negativeMargin' => '700', ), ),