Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CSS limit on the total height #21

Open
RuBiNaLDo opened this issue Apr 27, 2014 · 3 comments
Open

CSS limit on the total height #21

RuBiNaLDo opened this issue Apr 27, 2014 · 3 comments
Assignees
Labels

Comments

@RuBiNaLDo
Copy link

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:

<textarea>
  • {{$index}}: {{team}} test: {{test}}
</textarea>

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

Thanks.

@RuBiNaLDo
Copy link
Author

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

@stackfull
Copy link
Owner

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. mleibman/SlickGrid#22

I should document this limit

@stackfull stackfull changed the title Very large data is not working CSS limit on the total height Apr 28, 2014
@stackfull stackfull added the doc label Apr 28, 2014
@stackfull stackfull self-assigned this Apr 28, 2014
@RuBiNaLDo
Copy link
Author

Hey,

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants