gridster.js
gridster.js copied to clipboard
gridster.js is a jQuery plugin that makes building intuitive draggable layouts from elements spanning multiple columns
Is it possible to define a specific width for a row or column so that we can create grids not bound by the current system of identical heights on rows...
Hi , We used gridster to move/swap the control on a plane UI , under ul & li. Now we are using "KendoTabStrip" and we have the controls inside the...
Hi , I'm using gridster and in the DIV there is HTML5 Canvas element . Every time i resize i'm changing the canvas size according to the DIV but when...
Hi, I am using gridster for an internal project. I need my widgets in the grid to be added at different locations. I am using shift_widgets_up as false and this...
Is this package available via npm. When I say npm install -i gridster, I am getting the original version of gridster. Please let me know how to install this via...
When then grid is configured in responsive mode, changes in the browser dimensions result the widgets to have their size recalculated, but it does not broadcast the event, so objects...
This is my code (coffeescript): ``` coffeescript updateElements = => changedElements = @gridster.serialize_changed() console.log 'Changed elements', changedElements #... @gridster = $(".gridster ul").gridster({ widget_base_dimensions: ['auto', 140], autogenerate_stylesheet: true, min_cols: 1, max_cols:...
If you have a widget size of say 100x100 and you make the widget 5x5 (so total dimensions is 500x500) then you shrink your browser down to ~300x300, the autogenerated...
I found a few memory leaks in the main branch of gridster, and thought I would send the info here since this one is maintained. There are two memory leaks...
To display hierarchical structures as nested tiles, with the ability to drag and drop tiles. Completely analogous to the tree, only tiles instead of nodes .