Scoped slot pagination addon #68
rafalolszewski94
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
My suggestion is to provide scoped slot for pagination addon so we can write our own components for pagination.
Couldn't find anything in docs related to this.
Currently there's few params to use and it's called Slots Attributes, but in Vue it's called Scoped slots.
There could be more to control pagination and navigation for example:
goTo(n)
goToFirst()
goToLast()
These would give a lot more control, since we already have
currentSlide
andslidesCount
Beta Was this translation helpful? Give feedback.
All reactions