primevue-tailwind icon indicating copy to clipboard operation
primevue-tailwind copied to clipboard

VirtualScroller not working with DataTable

Open eboileau opened this issue 11 months ago • 5 comments

Hi, I'm sorry to insist, but I'm stuck, I don't know what is wrong. Virtual Scroll works with DataTable on Primevue here: https://primevue.org/datatable/#virtualscroll, but does NOT work with Tailwind Primevue here: https://tailwind.primevue.org/datatable/#virtualscroll. Try it out here: https://stackblitz.com/edit/9ywajd-dnq98z?file=src%2Fmain.js, adding app.use(PrimeVue, { unstyled: true, ripple: true }); breaks the virtual scroll on the table.

I can use VirtualScroller alone with or without unstyled: true, but not DataTable with virtual scroll.

On https://github.com/primefaces/primevue-tailwind/issues/108, you suggested to use pt. I can pass styles, yes, but the functionality is not there.

I would greatly appreciate your advice on how to use VirtualScroller with DataTable.


├── @rushstack/[email protected]
├── @vitejs/[email protected]
├── @vue/[email protected]
├── @vue/[email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
└── [email protected]

eboileau avatar Feb 28 '24 21:02 eboileau