Only problem that I had was that I couldn't grab the scrollbar to go down the table faster (for the million table example). Great work though!
Show HN: Ember Table by Addepar
21–30 of 51 posts
Re: Show HN: Ember Table by Addepar
#22500kb transferred? 2 seconds to load all the CSS and JS files? 4.5 seconds to load everything? Way too much overhead for a static page, IMO.
Re: Show HN: Ember Table by Addepar
#23Very nice, but you should add some "loading..." text until it's ready to display; on my iPad there were several seconds of a blank white screen and I thought something had gone awry.
Re: Show HN: Ember Table by Addepar
#24500kb transferred? 2 seconds to load all the CSS and JS files? 4.5 seconds to load everything? Way too much overhead for a static page, IMO.
This seems like the classic compile-time run-time trade off. On the one hand it does indeed appear to take a while to load the page. The upside of this though is obviously smooth scrolling for very large presentations of data. Since the sort of use-case this kind of table would be used for could potentially be long and drawn out this trade off becomes totally reasonable in my opinnion.
Re: Show HN: Ember Table by Addepar
#25This doesn't work quite well - if I scroll fast enough, my browser (Chrome) thinks I've finished scrolling and goes back to scrolling the screen. As a fan of scanning through data extremely quickly, it's a very annoying interface.
Re: Show HN: Ember Table by Addepar
#26Re: Show HN: Ember Table by Addepar
#27A feature rich, reliable table view in SproutCore (from which Ember was forked) has been a highly requested feature for at least 4 years. I'm glad that someone has finally done so, but I am also disappointed that it was so difficult.
Additionally, the Addepar guys put this together in a few weeks. I'm unsure where your claim that this was difficult is coming from.
Re: Show HN: Ember Table by Addepar
#28Re: Show HN: Ember Table by Addepar
#29Very cool. Only problem that I had was that I couldn't grab the scrollbar to go down the table faster (for the million table example). Great work though!