-
Notifications
You must be signed in to change notification settings - Fork 13.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ionic vue virtual scroll #17887
Comments
@randytarampi Did you make any progress on this? I've tried using vue-virtual-scroll-list and vue-virtual-scroller with no luck. |
Hey everyone, Our current plan is to recommend solutions built and maintained by the Vue community. We are evaluating vue-virutal-scroller and vue-virtual-scroll-list as potential solutions, but neither have shipped support for Vue 3 yet. I am going to keep this issue open for now, but will close it out when clearer guidance has been put out on our docs. Thanks! |
ion-virtual-scroll
for Vue?
It seems it doesn't supported yet by both alternatives, any plans to use this built in ionic virtual scroll for vue3? @liamdebeasi |
We do not have plans to use our own custom virtual scroll solution for Ionic Vue. I need to do more research into https://github.com/tangbc/vue-virtual-scroll-list to see what parts of Vue 3 it does not support yet. |
This one is working: https://www.npmjs.com/package/vue3-virtual-scroller UPDATE |
vue-virtual-scroller has now support for Vue3 (478) |
Hi everyone, We are working on documentation to show how to get your Ionic Vue app setup with packages such as One thing to note is that certain components (like We are wrapping up the new docs now, so I plan on closing this issue out once those docs ship. Thanks! |
Hi everyone, We added a Virtual Scroll guide to the Framework v6 docs on how to get setup with a virtual scrolling solution in Ionic Vue: https://beta.ionicframework.com/docs/vue/virtual-scroll While these are the v6 docs, you should be able to get setup with virtual scrolling in your v5 application (We are shipping the docs for v6 since I am going to close this issue out since virtual scrolling in Ionic Vue has been documented. Thanks! |
Thanks for the issue! This issue is being locked to prevent comments that are not relevant to the original issue. If this is still an issue with the latest version of Ionic, please create a new issue and ensure the template is fully filled out. |
Feature Request
It's not so much a feature request as just a question. I can see that it's supported in
@ionic/react
and it seems like it just hasn't been gotten to on the Vue side.Context here is that I'm trying to sell some folks at work on using Ionic+Vue at the moment, but it seems like loading large lists of images is the last stumbling block for our technical demonstrator.
Thanks for reading!
Ionic version:
[x] 4.x
Describe the Feature Request
An
ion-virtual-scroll
Vue component, per the above.Describe Preferred Solution
It magically appears in
@ionic/vue@0.0.3
Describe Alternatives
I could roll my own solution but if it's as simple as what I think the React port is doing and just passing things along, I figured that I'd ask.
Related Code
N/A
Additional Context
No related code, but the good folks behind
@modus/ionic-vue
in ModusCreateOrg/ionic-vue#85, pointed me in this direction.The text was updated successfully, but these errors were encountered: