shentao / vue-multiselect

Universal select/multiselect/tagging component for Vue.js

Home Page:https://vue-multiselect.js.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to Fetch when scroll at the bottom ?

Dimitri-Habruk opened this issue · comments

Screenshot_88

Hi all.

I don't found information about how i can check when scrool at the bottom, for do new fetch ?
for the Options.

Thanks !

i'm trying this :
<multiselect
@scroll="fetchData"
>
But it's not working