-
I have this very weird problem. I haven't seen any issues similar to it so far. I'm using ionic 4 with this plugin. However, it does not behave as it is supposed to. The items are repeating themselves…
-
### Describe the bug
I'm using a datatable with server-side filtering and sorting. I am handling showing/hiding columns according to the PrimeVue documentation. I've noticed that when I show or hid…
-
### Describe the bug
Hi, first off my setup info:
I am using Vue 2.7 with composition API and vue-virtual-scroller 1.1.2.
My problem:
I am using a virtual scroll list of expandable items. Th…
-
I have a long playlist (>5000 songs) that is created in the DOM from start to finish. This slows the browser down until it can't be used anymore.
This could be solved by intruducing a virtual scrol…
-
possibly try a virtual scroller instead, it might lower the number of watchers on the page.
-
### Describe the bug
Hi,
I have found a bug in the `RecycleScroller`. It is reproducible by my provided example.
If I re-compute my items array in ``
from e.g.
`[{id: '0'}, {id: '1'}, {…
-
# Description
In the Ionic Framework pages are hidden in the navigation stack by setting display: none;
When using the virtual scroll in a page which is then hidden by `display: none;` the scrol…
malua updated
1 month ago
-
### Describe the bug
I create a table where each row is wrapped by DynamicScrollerItem. My task is to do a sticky column. I use `position: sticky` to make specific cells sticky.
The problem is `po…
-
In our use case we have a table in the scroll.viewPortItems and there are cases, when the table is shorter than the actual screen height. When the page is loaded, the scrollbar appears and after the c…
-
I want to just say that from 4 examples, only the virual scroller worked nicely with touchpad, scrolling was smooth and consistent.
Scrolling others would result in huge leaps in list, i barely mov…