Akryum / vue-virtual-scroller

⚡️ Blazing fast scrolling for any amount of data
https://vue-virtual-scroller-demo.netlify.app
9.23k stars 882 forks source link

Vertical and horizonal virtualization #830

Open 9t96 opened 9 months ago

9t96 commented 9 months ago

Clear and concise description of the problem

I need to creat a grid like table when i have around 207 rows and 50 cols aprox. So, for now i been utilizing thig with the row virtualization but for memory issues is not enough and i need a col o x axis virtualizacion along with the y axis. Has anyone tried this with this plugin o tried to modified it to fit this type of behavior. Didint find any alternative plugin in vue. As example of the behavior i want to achive is the MultiGrid in react-virtualized plugin.

Suggested solution

MultiGrid in react-virtualized plugin like behavior is the expected

Alternative

No response

Additional context

No response

Validations