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

Make table rendering work WITHOUT incremental rendering, and WITH static layout. #1

Open
erichocean opened this issue Mar 20, 2011 · 1 comment

Comments

@erichocean
Copy link

The scrolling is...not good in your example. This is due to using SC.ScrollView. Most tables are not very large, so incremental rendering is not important. If you need info on how to set things up for static rendering with browser-provided scrolling, ping me on IRC (erichocean) and I'll give you a hand.

Once you support static layout, your table view will scroll like greased lightning. :)

@jslewis
Copy link
Owner

jslewis commented Mar 21, 2011

Hey Erich, thanks -- I'll try this out. You're right, the scrolling is still noticeably rough using SC.ScrollView, even with all my attempts to keep things light. I saw another post of yours on the mailing list explaining how to do set up static rendering, so I'll give it a try and ping you if I run into trouble.

Take care,
Jonathan

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

No branches or pull requests

2 participants