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.
[In this comment](https://github.com/tangbc/vue-virtual-scroll-list/blob/master/src/index.js#L267-L269) you wrote about components to be reused. But in [examples](https://tangbc.github.io/vue-virtual-scroll-list), I can see that `mounted` hook always fired, for each item. Even if I scroll up, mounted...
Hi there! I used @tobottom event to load more items when list scrolled to bottom, but its not triggered if list was filtered. as i can see this event fired...
## Describe I'm not sure if this is a bug, or if this should be a feature request. The issue I'm running into is everything works fine except when scrolling...
Let say we have and some list of items, in the `@totop` event i fetch more items and concatenate them, and after that scroll immediately goes to 0 (at the...
Do you have any performance measurement for v.2 like the previous version which explained the performance results in a table? I had used the previous version and it enhanced the...
The table layout supports fixed columns in both fixed size and dynamic size modes.
## Describe Set 'page-mode=true', then use 'slot="header"' to set the header if there is content in front of the virtual list. This causes a lot of white space as the...
I have a table that I want to make virtual. Since I don't know the height in advance, it is not possible for me to render all columns one by...
## Describe the feature request A clear and concise description of what you want to happen. Or a clear and concise description of what the problem is. Ex. I'm always...
RT,因为 v1 和 v2 版本会通过 Vue.Component 来注册全局组件,而且不能自定义全局组件的名称,所以如果有多个版本在项目里共存的话会出现覆盖的问题。希望能够支持一下自定义的全局组件名。