You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 2, 2025. It is now read-only.
Please expose pagination container style through bootstrap options, to be able to add pagination-sm or pagination-lg to container ul.
Currently it's hardcoded, see function _overridePagination, line - var $paginationContainer = $('<ul></ul>', { 'class': 'pagination' });
I can add 'pagination-sm' in initComplete, but it's overridden on every next paginations buttons click and it's too early in preDrawCallback.
Thanks,
Slav
The text was updated successfully, but these errors were encountered:
Hello Louis,
Please expose pagination container style through bootstrap options, to be able to add pagination-sm or pagination-lg to container ul.
Currently it's hardcoded, see function
_overridePagination
, line -var $paginationContainer = $('<ul></ul>', { 'class': 'pagination' });
I can add 'pagination-sm' in initComplete, but it's overridden on every next paginations buttons click and it's too early in preDrawCallback.
Thanks,
Slav
The text was updated successfully, but these errors were encountered: