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

[Feature Request] VSlideGroup: Events when reaching the start/end of the group #11364

Open
LoneRifle opened this issue May 11, 2020 · 1 comment
Labels
Milestone

Comments

@LoneRifle
Copy link

Problem to solve

Items in slide groups can currently be generated programmatically using the v-for directive. It is desired that when a user wishes to progress beyond the end of the slide group (or before the beginning), we are notified, so that we can proceed to generate more items for the v-for directive, and do some housekeeping (eg, perhaps remove items that have been scrolled way past the view to avoid consuming too much memory).

Doing so will allow a Vuetify user to create dynamic scrolling slide groups, with the items being generated in response to user events.

Proposed solution

An event could be emitted when:

  • a user scrolls to either end of the group, as well as;
  • when the user is at the end and clicks the prev/next button
@ghost ghost added the S: triage label May 11, 2020
@johnleider johnleider added this to To do in Vuetify 3 - Titan via automation Dec 1, 2020
@johnleider johnleider added this to the v3.0.0 milestone Dec 1, 2020
@KaelWD KaelWD modified the milestones: v3.0.0, v3.x.x Apr 26, 2023
@ttonyh
Copy link

ttonyh commented May 23, 2024

Having an "overflow" event would be great as well. Currently a class is added "v-slide-group--is-overflowing", which is nice, but an event might be more useful.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
No open projects
Development

No branches or pull requests

4 participants