vue-virtual-collection icon indicating copy to clipboard operation
vue-virtual-collection copied to clipboard

Vue component for efficiently rendering large collection data

Results 8 vue-virtual-collection issues
Sort by recently updated
recently updated
newest added

I have a very large virtual map to display (N> Number.MAX_SAFE_INTEGER), will this lib support for index of BigInt?

New slot that sits above the cells but inside the cells container

I don't think this library need to be use via vue plugin. I think exporting the VirtualCollection is enough

feature request

I would like to implement an infinite scroll ui with this library. And would like to know how can I know it's time to trigger another fetch. I seem there...

feature request

移动端一般两列布局,我发现你的demo: With 100 data in 2 columns,最后几个位置排列不对。 是否此组件不适合移动端?

Hello, In my use case I need a sticky footer (for a grid), so I added this footer slot and completed the doc. What do you think about it ?