This repository was archived by the owner on Feb 2, 2025. It is now read-only.

Description
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