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

How to use infinite loading to load up to 5 million data

Open learner-dhx opened this issue 1 year ago • 1 comments

Clear and concise description of the problem

How to use infinite loading to load up to 5 million data, tip: (At this point, the memory has overflowed due to 5 million JavaScript objects), can anyone give an example of a solution? Thank you; -)

Suggested solution

How to use infinite loading to load up to 5 million data, tip: (At this point, the memory has overflowed due to 5 million JavaScript objects), can anyone give an example of a solution? Thank you; -)

Alternative

How to use infinite loading to load up to 5 million data, tip: (At this point, the memory has overflowed due to 5 million JavaScript objects), can anyone give an example of a solution? Thank you; -)

Additional context

How to use infinite loading to load up to 5 million data, tip: (At this point, the memory has overflowed due to 5 million JavaScript objects), can anyone give an example of a solution? Thank you; -)

Validations

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

learner-dhx avatar Nov 18 '24 08:11 learner-dhx

Use async loading from backend to load for example 10 000 records in each http query

mathiash98 avatar Jan 06 '25 09:01 mathiash98