-
### Describe the bug
Each browser has a [maximum allowable height for div elements](https://stackoverflow.com/questions/51890286/need-to-increase-the-allowable-maximum-height-for-a-div-element). Wh…
-
Hello,
I recently installed [ngx-virtual-scroller](https://github.com/rintoj/ngx-virtual-scroller) for my `Angular: 5.2.5` project to use, but when I route to the component (page) which contains ngx…
-
When playing a large list of tracks (Such as when using the Shuffle button on a library or genre), the queue dialog is extremely slow, due to having to render potentially thousands of list elements.
…
-
I have a table with a virtual scroller.
Use case problem:
1 A table with the virtual scoller
2 Other elements before like divs.
3 User is at some point in the table so i have rows displayed
…
-
A common use case on the web is data tables, using the `` element... but virtualized.
Can this be done using our implementation?
(Note: column auto-sizing seems basically impossible. All columns…
-
Hi,
I'm opening this thread as I discovered that this package seems responsible of some huge performance issues I'm facing with my app.
I basically workaround this issue by creating a computed val…
-
Hi,
When I am trying to have some filtering forms in theader that is inside in virtual scroller, it doesn't work. I am getting startIndex as null. Does anyone know how to solve it?
```
…
-
I use the virtual scroller for a grid. Html is like:
```
```
When the page…
-
Is it possible to use vue-virtual-scroller with a 2D CSS grid? Like this:
![CSS Grid Virtual Scroller](https://user-images.githubusercontent.com/25604837/99773680-b5822180-2b04-11eb-9b47-198292f4d2…
-
```ts
import { RecycleScroller } from 'vue-virtual-scroller';
// ...
const app = createApp(App)
.component('RecycleScroller', RecycleScroller)
```