vue-virtual-scroll-list
vue-virtual-scroll-list copied to clipboard
⚡️A vue component support big amount data list with high render performance and efficient.
Hello, Is there a sample implementation of virtual list as table style? with header and content(tbody -> tr -> td)
When loading big data (60000) in IE browser, it will also get stuck. Can this be well compatible with IE?
版本:^2.3.5 使用了keep-alive中,列表进入详情页,返回的时候,会有误差 ```vue {{ index }} 姓名:{{ item.name }} 描述:{{ item.des }} 标题:{{ item.title }} 时间:{{ item.time }} import HelloWorld from "@/components/HelloWorld.vue"; import VirtualList from "vue-virtual-scroll-list"; export default { name:...
Problem - When rendering a list with 1000 elements, the following problem occurs: - When scrolling to the bottom elements (ex: 990~998) through scrollToIndex, it does not scroll to the...