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
Hello,
Currently this lib allow us to use the property "slidesPerGroupSkip" to avoid grouping the first (or more page). Unfortunatly you can't skip the last slides from that grouping. So if you have a pagination with an even number of slides and you skip the first slides of the grouping, activeIndex would never return the last page, it will be stuck at the last odd page.
Suggested solution
Create a property "slidesPerGroupSkipEnd" to allow the same things for the ending slides.
Alternative
Can't find one for now, but probably have to trick css manually.
Clear and concise description of the problem
Hello,
Currently this lib allow us to use the property "slidesPerGroupSkip" to avoid grouping the first (or more page). Unfortunatly you can't skip the last slides from that grouping. So if you have a pagination with an even number of slides and you skip the first slides of the grouping, activeIndex would never return the last page, it will be stuck at the last odd page.
Suggested solution
Create a property "slidesPerGroupSkipEnd" to allow the same things for the ending slides.
Alternative
Can't find one for now, but probably have to trick css manually.
Additional context
No response
Validations
Would you like to open a PR for this feature?
The text was updated successfully, but these errors were encountered: