riktar / jkanban

Vanilla Javascript plugin for manage kanban boards

Home Page:https://www.riccardotartaglia.it/jkanban/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

parascodejudge opened this issue · comments

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

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.