Usage with vue #515
-
Hello! I'm currently trying to setup a working virtualized table with vue. I recognize that there's still some work to, as there are no docs. However I tried to take a dive in and figured if I have a proper understanding I can even write up the examples and make a PR. However I'm somewhat stuck. I got it working, but it doesn't seems right to me. It seems that the functioniality is fundamentally dependent on the result of So what am I getting wrong here? Is there a way to get the virtual items reactively or is it just missing in the vue wrapper and need to be fixed? Tagging some contributors who worked on the wrapper @PerpetualWar @s-montigny-desautels @salqueng |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
I haven't tried to implement vue-virtual in context of the table so far, but maybe this example can help understand the general approach and usage: https://codesandbox.io/s/virtual-test-vue3-3x1gnv?file=/src/App.vue:1385-1403 |
Beta Was this translation helpful? Give feedback.
I haven't tried to implement vue-virtual in context of the table so far, but maybe this example can help understand the general approach and usage: https://codesandbox.io/s/virtual-test-vue3-3x1gnv?file=/src/App.vue:1385-1403