Bootstrap 5 Pagination #51335
Unanswered
robinheidrich
asked this question in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I suggest that the Bootstrap 5 pagination view be revised to be done as described in the Bootstrap 5 documentation.
Laravel makes it a bit more complicated than it needs to be; it displays a `Show x to x of x results' and positions everything with flex. While this may be useful for some, I don't think it's expected.
Laravel also uses the symbols
<
and>
instead of«
and»
as specified in the documentation. Just a small detail.And it would be great if we could define custom classes for the
<ul>
, for sizing or something. For example, there is currently no way to use small pagination withpagination-sm
.I am aware that I could just publish and edit the view, but I think a framework-side change would be better.
Beta Was this translation helpful? Give feedback.
All reactions