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

Can i get a callback whenever the user scrolled to the bottom of a board #169

Open
parascodejudge opened this issue Jun 28, 2022 · 1 comment

Comments

@parascodejudge
Copy link

parascodejudge commented Jun 28, 2022

Basically I just want to know, whenever the user has scrolled through all the items in the board and has reached to the bottom of the board.
For example if you scrolled to the bottom of this board as shown in this image.
https://user-images.githubusercontent.com/7257227/47652284-483d7580-db64-11e8-8444-a07ac2c81690.png

@marcosrocha85
Copy link
Contributor

Hello and thank you for using jKanban.
If you're using jQuery, You can do by following this or this answers.
If you need to use vanilla javascript, you can implement your own solution by following DOM Scroll Event.

Basically you have to apply listener to your scroll containers in order to achieve that.

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

No branches or pull requests

2 participants