gridster.js icon indicating copy to clipboard operation
gridster.js copied to clipboard

gridster.js is a jQuery plugin that makes building intuitive draggable layouts from elements spanning multiple columns

Results 74 gridster.js issues
Sort by recently updated
recently updated
newest added

There is a bug while adding widgets. I build the gridster and then get the widgets from the database which are added to the grid. The steps to reproduce: *...

bug

当设定了max_rows之后,拖动模块,布满所有rows之后,继续拖拽模块会出现覆盖情况

Per my comments on the WIKI: https://github.com/dsmorse/gridster.js/wiki/Project-Status I have moved into a DevOps role and am no longer using or maintaining this frontend library. I'm happy to give people contribute...

help wanted

there is a way to generate a image from the grid area?

I`m korean. I do not speak English very well. Some use Google Translator ^^;;;; I am using girdster during the project. I am thankful to you. But i have a...

The dashboard is mostly healthy except for the width and height of the widgets. I am using bootstrap , css and coffee scripts for styling and data and gridster for...

Users can visit my tool and add widgets to their dashboard. Those positions are then stored in the database with that widget for that user. When I re-render their dashboard,...

Cannot read property 'width' of undefined

Hello, In src/jquery.gridster.js, you have a `$window.bind()`. But with jQuery 3.x, [window.bind() is deprecated](http://api.jquery.com/bind/), and must be replaced by `.on()`: > As of jQuery 3.0, .bind() has been deprecated. It...

Hi, Is there any way to customize resize handle. CSS will do the job, but if you want to change it completely like adding a tooltip, CSS won't rescue. I...