vue-virtual-scroller icon indicating copy to clipboard operation
vue-virtual-scroller copied to clipboard

Vertical and horizonal virtualization

Open 9t96 opened this issue 2 years ago • 0 comments
trafficstars

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

  • [X] Read the docs.
  • [X] Check that there isn't already an issue that reports the same bug to avoid creating a duplicate.

9t96 avatar Sep 29 '23 15:09 9t96