30 comments

[ 3.0 ms ] story [ 87.2 ms ] thread
Project author here. Ask me anything, constructive criticism much appreciated!

And much thanks goes Jeremy for writing Backbone.js and posting this!

(BTW, I'm looking for a job, so if anyone is interested, please email me myhnhandle [at] googlesmailservice dot com)

Looks excellent! I don't have an excuse to play with this right now, but I'm forwarding to a colleague that is going to love it. Can't say much more than big thanks for sharing your work.
Hey, great work! One thing I found - your MomentCell example seems to steal focus from the document. You can't blur it by clicking elsewhere, which means any other keystrokes (except escape or enter) on the page go directly to it.
Stealing focus is intentional because I want you to correct your mistakes, this is the same for all other cell types that do validation.

But not giving up focus by clicking elsewhere is not. File me a bug and thanks!

This is great, I think this is going to come in pretty handy for an upcoming project at work. What a great method of job hunting, I hope it works out!
Can it handle say 1 million rows, by lazily creating the DOM elements when the scroll into view (like, say, SlickGrid)
Love it. Really! How difficult would it be to embed a D3 chart in one of the columns? Would that be something tricky to add or could it be made into a column type easily?
This is really useful. Thank you. With the scrolling list would it be possible to make the header row stay in place? Some people prefer to scroll with large amounts of data so that they can just use ctr+f to quickly find the links to what they want.
Crashes safari on my iPhone 4s, iOS 5.1.1.
Yeah the gh-pages website has too many grids and codemirror instances opened up at once. The examples really need to load lazily on mobile. Any help would be greatly appreciated.
I am interested in the way you used your project to get possible job offers. Did it work? Please let me know, that way I can follow suit.
1000s of people have done before. Why don't u do it anyway and find out?
Hmm if I knew this existed literally a week ago I might have gone with backbone instead of Angular. Do you by accident know of an ediable-grid with angular directives and proper bindings?
Hey this looks really cool! The last time I rendered some data in a table I used d3.js, but this looks much simpler for the more advanced stuff.

Do you have cvs support? That would be nifty because large table datasets are usually in csv not in json, so it would be nice to skip this intermediate step.

By the way, how did you make the documentation? It looks really nice.

No csv support. I didn't intent to make a full-blown web-based spreadsheet (but you never know :) ). The documentation is just plain old hand-coded HTML styled with Bootstrap + some well chosen header fonts. The code editor (not much of an editor now that I've put it in read only mode) is codemirror.
Looks awesome. I wrote Backbone.grid last year, basically some view extensions with a much lower level approach and many unresolved issues. This is were backbone (and other MVC) shines I think. Hope to see similar stuff in ember.js angular.js and so on with nifty gems for easy generation of admin section. kudos
(comment deleted)
Examples does not show up on Chrome on Android 4.2.1. It shows a blank area instead of the grid.
I don't have an Android on hand to play with, is there an error log u can send me?