-
Notifications
You must be signed in to change notification settings - Fork 114
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
option to use a custom list instead of the default ul #147
Comments
@dragos-boisteanu would be glad to help :) |
do you know a virtual scroller that works well for vue2 and would fit well with the project ? I know about this one https://github.com/tangbc/vue-virtual-scroll-list , it's pretty good for simple components like those that might be inside a mentions list but it gets slow when the components are too complex, like a chat message. Next week I could try to integrate it and replace the ul. |
any contribution is appreciated ;) but I think a scoped slot support would be better here --
maybe we provide a scoped slot feature support here and add a demo to the documentation? |
I have a PoC here, adding scoped-slot support for the
|
Thank you very much. I will give it a try soon. |
@dragos-boisteanu Is this implementation and corresponding usage acceptable for you? |
Hi,
Could it be made in a way that I can use my own list instead of the default ul
vue-at/src/AtTemplate.vue
Line 17 in e502b4f
For example allow to use a virtuall scroller in case the members list is very long, 1000+ members.
Thank you
The text was updated successfully, but these errors were encountered: