Back to Element Plus

Infinite

docs/en-US/component/infinite-scroll.md

2.13.71.6 KB
Original Source

:::warning Deprecated directive

We no longer maintain this directive. It will be removed in ^(3.0.0), please use the el-scrollbar infinite scroll instead.

:::

Infinite Scroll

Load more data while reach bottom of the page

Basic usage

Add v-infinite-scroll to the list to automatically execute loading method when scrolling to the bottom.

:::demo

infinite-scroll/basic

:::

Disable Loading

:::demo

infinite-scroll/disable-loading

:::

Directives

NameDescriptionTypeDefault
v-infinite-scrollLoad more data while reach bottom of the page^[Function]
infinite-scroll-disabledis disabled^[boolean]false
infinite-scroll-delaythrottle delay (ms)^[number]200
infinite-scroll-distancetrigger distance (px)^[number]0
infinite-scroll-immediateWhether to execute the loading method immediately, in case the content cannot be filled up in the initial state.^[boolean]true