xaksis / vue-good-table

An easy to use powerful data table for vuejs with advanced customizations including sorting, column filtering, pagination, grouping etc
https://xaksis.github.io/vue-good-table/
MIT License
2.16k stars 405 forks source link

Virtual Scroller #347

Open dregge8 opened 6 years ago

dregge8 commented 6 years ago

Issue Type

Is there any plan to implement a Virtual Scroller? Would be pretty neat to be able to pull a few thousands rows and just render accordingly as opposed to pagination. It is becoming quite a popular method of rendering tables and lists. Please see the following examples.

https://github.com/Akryum/vue-virtual-scroller https://github.com/tangbc/vue-virtual-scroll-list

niallobrien commented 6 years ago

I too would love to see this feature implemented. Thanks in advance.

dregge8 commented 6 years ago

Yeah its a great feature and I am finding it extremely difficult to implement into my application. Not many vue scrollers work well with tables, they all seem to have caveats or are overly complex. If someone with the knowledge can handle this, it will continue to set vue-good-table above the rest!

abhinavsingi commented 6 years ago

Would be great to have it - no table currently supports it

fobass commented 5 years ago

hi any update?

Zac-Zajdel commented 4 years ago

The company I work for extensively uses this package to show data to our users. Has any progress been made on this? This would significantly advance this packages capabilities. We may have to look for other alternatives. Seems as if this has been ignored.

SMontiel commented 3 years ago

Hi, any update on this?