You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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. :)
The text was updated successfully, but these errors were encountered:
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.
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. :)
The text was updated successfully, but these errors were encountered: