We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c3d1f70 + 932bbf9 commit d0618b3Copy full SHA for d0618b3
3 files changed
README.md
@@ -138,6 +138,7 @@ $scope.gridsterOpts = {
138
rowHeight: 'match', // can be an integer or 'match'. Match uses the colWidth, giving you square widgets.
139
margins: [10, 10], // the pixel distance between each widget
140
outerMargin: true, // whether margins apply to outer edges of the grid
141
+ sparse: false, // "true" can increase performance of dragging and resizing for big grid (e.g. 20x50)
142
isMobile: false, // stacks the grid items if true
143
mobileBreakPoint: 600, // if the screen is not wider that this, remove the grid layout and stack the items
144
mobileModeEnabled: true, // whether or not to toggle mobile mode when screen width is less than mobileBreakPoint
0 commit comments