angular-virtual-scroll icon indicating copy to clipboard operation
angular-virtual-scroll copied to clipboard

CSS limit on the total height

Open RuBiNaLDo opened this issue 10 years ago • 3 comments

Hello,

I've tried to use very very large data (150,000), where each element has 300px height. The whole viewport size is 800px. Code is here:

I'm having only 111,848 items. Why is that?

Thanks.

RuBiNaLDo avatar Apr 27 '14 07:04 RuBiNaLDo

I am guessing the problem is that the padding limit can be 3500000 so we can't use more data.

RuBiNaLDo avatar Apr 27 '14 11:04 RuBiNaLDo

yes, there will be a limit. I beleive it's most restrictive in IE, but I may be out of date on that.

When I first looked in to making a-v-s, SlickGrid had implemented a scroll that could get around the limit, but it makes the scroller behave strangely. https://github.com/mleibman/SlickGrid/issues/22

I should document this limit

stackfull avatar Apr 28 '14 08:04 stackfull

Hey,

Yes! Thanks i found that fiddle. http://jsfiddle.net/SDa2B/4/

RuBiNaLDo avatar Apr 28 '14 08:04 RuBiNaLDo