Virtual Scroll Nuxt UI Table
Does anyone know how to do a virtual scroll with Nuxt UI table? I want to have a height of
h-full
from the parent container but then it overflows with too many elements. Using something like h-[500px]
on the table works but it is not responsive.
Anyone know of a solution? I've tried a bunch but can't seem to find a solution
Some example code:
booklist.vue
bookoverviewtable.vue
(only important snippets)
3 Replies