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 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. :)