Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Skip ending slides per group #7203

Open
3 of 4 tasks
TomLorenzi opened this issue Nov 22, 2023 · 0 comments
Open
3 of 4 tasks

Skip ending slides per group #7203

TomLorenzi opened this issue Nov 22, 2023 · 0 comments

Comments

@TomLorenzi
Copy link

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

  • Follow our Code of Conduct
  • Read the docs.
  • Check that there isn't already an issue that request the same feature to avoid creating a duplicate.

Would you like to open a PR for this feature?

  • I'm willing to open a PR
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant