Replies: 1 comment
-
It was my mistake. There was a bug that VDataTable wasn't rerender in some prev version, so I just added key and forgot about it. 🤦 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Version 3.7.2
It’s likely a bug, but I'm not sure.
I need to add onscroll event and connect Perfect Scrollbar to the .v-table__wrapper element for both VDataTable and VDataTableVirtual. However, I encountered an issue where the .v-table__wrapper element is constantly being recreated, making it difficult to catch.
I added some logs to setup and useRender callback, where I found the _createVNode for .v-table__wrapper and noticed that the setup function was called twice and useRender callback was called a lot of times.
VDataTableVirtual

VDataTable

Maybe someone knows how to solve this problem? 🙏
Beta Was this translation helpful? Give feedback.
All reactions