I'd like you to recommend me a package that can take advantage of a virtual scroll / recycler scroll for a table in Vue.
I tried these two libraries:
I was able to generate a virtual scrolling list of items, but I'd like to implement this kind of behavior for a table.
My table is a Vuetify Simpletable, which has a <thead>
and a <tbody>
component