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 May 29, 2019. It is now read-only.
@maitredede I got the results you're looking for by doing as you outline above first-page="1" and last-page="{{page.count}}", then adding css to hide pagination items with a "disabled" class.
I do not believe we want to support this feature, as this adds complication. You are more than welcome to make changes via custom templates and CSS to accomplish your purpose though.
- Adds force-ellipsis option for adding ellipses to pagination
- Add boundary-link-numbers option for allowance of the first and last page numbers to always be shown
Closes#2924Closes#3064Closes#3565
Hi,
Is it possible to add an option to always have first page number and last page number ?
Like this :
Replacing "first-text" with "1" and "last-text" with the page count makes pages number dupplication :
Thanks
The text was updated successfully, but these errors were encountered: