Show HN: gridster.js, a drag-and-drop grid plugin that actually works
21–29 of 29 posts
Re: Show HN: gridster.js, a drag-and-drop grid plugin that actually works
#22Very nice, does the license allow this to be used in a commercial project?
Re: Show HN: gridster.js, a drag-and-drop grid plugin that actually works
#23Does this implement any auto-layout / best fit methods given a random set of tiles?
We'd like to allow different strategies in the feature, we just started by the one we needed.
Re: Show HN: gridster.js, a drag-and-drop grid plugin that actually works
#24Very nice, does the license allow this to be used in a commercial project?
Re: Show HN: gridster.js, a drag-and-drop grid plugin that actually works
#25What are some example use cases? Judging from comments so far, several people need this and plan to use it but I'm having a difficult time thinking of use cases, other than puzzle games.
Re: Show HN: gridster.js, a drag-and-drop grid plugin that actually works
#26This has very interesting drawing bugs in Safari 6 (Mountain Lion): http://dearmacos.tumblr.com/post/28341302336/computer-graphi...
Oops, no Mountain Lions around, was tested and worked ok on Lion's Safari. Will have a look at what can be done, thanks :)
Re: Show HN: gridster.js, a drag-and-drop grid plugin that actually works
#27Very nice! Any tips/issues on making it responsive to the window size? Having just viewed at the demo and not really digging into the code, I am not sure if this is rather obvious or not. Thanks!
We've started by building something to fulfill our needs, and responsiveness wasn't in the list for a first version.
Some logic is ran on browser resize, but the grid itself is not resized.
We'd love to add it to future releases!
Re: Show HN: gridster.js, a drag-and-drop grid plugin that actually works
#28Re: Show HN: gridster.js, a drag-and-drop grid plugin that actually works
#29What are some example use cases? Judging from comments so far, several people need this and plan to use it but I'm having a difficult time thinking of use cases, other than puzzle games.
We built it for our own product, Ducksboard. Users can build their own metrics dashboards by adding widgets and arranging them as they like. That's the use case: being able to arrange/sort a set of widgets by dragging and dropping them in an grid. Puzzles, dashboards, image collections, think of any thing built of visuals elements where order counts.