QTable - virtualScroll entire page #12471
-
|
I want to be able to implement a table with auto height and use the virtual scroll on the body instead of specifying the Here is an example of what I want to achieve: https://codesandbox.io/s/romantic-hoover-3dqyw?file=/src/components/BasicVirtualScroll.vue I was able to implement this in node_modules by adding a Is there any reason why we shouldn't do this? Does the performance worsen if we use window scroll instead of div container with maxHeight? (Edit: I'm willing to make a proof of concept PR for this feature - the implementation looks rather simple to me) |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
|
Any update on this? :) Limiting height on a table and thus having an additional scrollbar is kind of unnecessary. |
Beta Was this translation helpful? Give feedback.
-
|
#12574 is merged, that should fix it |
Beta Was this translation helpful? Give feedback.

#12574 is merged, that should fix it