x-extends / vxe-table

Vxe table 的表格组件
https://vxetable.cn
MIT License
7.61k stars 1.05k forks source link

Make vxe-grid work with PeachScript/vue-infinite-loader. #1234

Closed matsch01 closed 3 years ago

matsch01 commented 3 years ago

(必填)这个需求解决了什么问题: I want to use PeachScript/vue-infinite-loader with vxe-grid similar to this example using Element UI:

https://peachscript.github.io/vue-infinite-loading/guide/use-with-el-table.html

Here is a working example:

https://jsfiddle.net/PeachScript/uyjb6z34/

I can't get this to work with vxe-grid. I'm using the pager slot with force-use-infinite-wrapper=".vxe-table--body-wrapper".

截图或在线链接:

建议的 API 是什么样的:

是否已有其他不错的替代方案:

xuliangzhan commented 3 years ago

Not supported, you can listen for scroll events to handle.