Corentin Mors
Corentin Mors
@zupd awesome thanks!
Hello, Thanks for reporting this. It's interesting indeed, not sure how i can do this but I will try to solve this for sure.
I made a few tests earlier today, and i could not find a proper solution as of now without degrading performances.
Hello @mesqueeb, There is no beta version for Vue3 support at the moment, but feel free to open a pull request!
#22 was released which is a pre-step to Vue 3 migration.
Hello, Currently it does not support horizontal scrolling. Feel free to contribute to add it :)
Hello, Do you mind sending full debug log from your console and the part of the code where you use the grid, thanks :smile:
First of all, it should be an **array** of object, so passing `[]` should work indeed. But from the error you get, it seems unrelated... > And may i ask,...
So after some searches. This plugin do not support SSR as of now. You can use it with: ``` { src: '~/plugins/vue-virtualgrid', ssr: false} ``` There is maybe an answer...
I'm not sure I follow you @MentalGear , did you manage to make it work with SSR?