Congratulations to the guys at Addepar on releasing this. They have been contributing an amazing amount of stuff to the Ember.js community—not least of which is helping us build Ember Data. Probably my favorite thing about Ember is that it isn't built by academics toiling away in an ivory tower; it's driven by real-world problems that web developers are facing. Our goal is to provide a set of tools that allow develop…
As a side note: if you're interested in this kind of stuff, we'd love to see you at the first Ember Camp, next February in San Francisco. You can even meet the guys who wrote this. There are still some tickets available here: https://tito.io/tilde/ember-camp-2013
Show HN: Ember Table by Addepar
11–20 of 51 posts
Re: Show HN: Ember Table by Addepar
#12Re: Show HN: Ember Table by Addepar
#13Re: Show HN: Ember Table by Addepar
#14This looks great. Can anybody recommend a similar library (i.e. lazy-rendering table component) that either doesn't depend on a JS framework or uses backbone.js? I know Slickgrid but find it a bit too clunky on the whole, and re-styling it is awkward since its DOM isn't exactly straightforward.
Re: Show HN: Ember Table by Addepar
#15Re: Show HN: Ember Table by Addepar
#16This looks great. Can anybody recommend a similar library (i.e. lazy-rendering table component) that either doesn't depend on a JS framework or uses backbone.js? I know Slickgrid but find it a bit too clunky on the whole, and re-styling it is awkward since its DOM isn't exactly straightforward.
Coincidentally, I just finished a similar table using backbone. It isn't nearly as feature-rich, but it has sortable, movable, resizable columns, and a mechanism for adding filter fields. It was built for a specific purpose in an existing project, but I was actually going to work on turning it into a standalone library and writing a blog piece on it after work today.
Re: Show HN: Ember Table by Addepar
#17Re: Show HN: Ember Table by Addepar
#18This looks great. Can anybody recommend a similar library (i.e. lazy-rendering table component) that either doesn't depend on a JS framework or uses backbone.js? I know Slickgrid but find it a bit too clunky on the whole, and re-styling it is awkward since its DOM isn't exactly straightforward.
Would this be close to what you are looking for: http://datatables.net/blog/Introducing_Scroller_-_Virtual_Sc...
At any rate, thanks for the heads up.
Re: Show HN: Ember Table by Addepar
#19Way too much overhead for a static page, IMO.