-
### Describe the bug
The problem occurs in components where you can specify a virtual scroller by props (select, multiselect, autocomplete)
The autoSize property does not work, the height of the…
-
### Describe the bug
I'm trying to implement virtual-table by using vue-virtual-scroller@1.1.2 。But I found vue-virtual-scroller doesnot surport table tag。
```
…
-
If I have a horizontal virtual scroller with (about 10_000) divs with different widths, is it possible to render the virtual scroller but at the scroll position of a certain index of those divs? Say I…
-
### Clear and concise description of the problem
I wish that vue-virtual-scroll can have more features such as integrating vue-draggable because it currently can't use with vuedraggable
### Suggeste…
-
### What I expect
When I press the enter key in a textarea, next textarea is focused without blurring.
### Problem
If I press the enter key repeatedly, unexpectedly blur event occurs.
![virtua…
-
https://github.com/holmberd/virtual-scroller/blob/8a5359439df3be0b71f927ced3dd0cc530b4cb0a/src/virtual-scroller.js#L264-L277
`removeEventListener` on LN275 is not using the bound handler reference …
-
### Describe the bug
When using tabMenu and a table with virtual scrolling, the scroll height (transform: translate3d(0px, 0px, 0px) on p-datatable-tbody p-scroller-content) is calculated wrong after…
-
https://vuejs.org/guide/best-practices/performance.html#general-optimizations
-
### The problem in depth
Hi. We've noticed a problem with DataGrid scroll when using dynamic row height.
We thought it's our grid setup but we noticed same behaviour on the [docs page](https://mui.…
-
The size of the `before` slot is not being watched for changes and the virtual scroller breaks whenever such content changes. You can see the issue on this CodeSandbox:
https://codesandbox.io/embed/…