Skip to content

Commit

Permalink
Merge pull request #448 from Deklin/master
Browse files Browse the repository at this point in the history
feature(sparse) updated PR based on Malczewki
  • Loading branch information
danomatic authored Oct 1, 2016
2 parents c3d1f70 + 932bbf9 commit d0618b3
Show file tree
Hide file tree
Showing 3 changed files with 60 additions and 12 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ $scope.gridsterOpts = {
rowHeight: 'match', // can be an integer or 'match'. Match uses the colWidth, giving you square widgets.
margins: [10, 10], // the pixel distance between each widget
outerMargin: true, // whether margins apply to outer edges of the grid
sparse: false, // "true" can increase performance of dragging and resizing for big grid (e.g. 20x50)
isMobile: false, // stacks the grid items if true
mobileBreakPoint: 600, // if the screen is not wider that this, remove the grid layout and stack the items
mobileModeEnabled: true, // whether or not to toggle mobile mode when screen width is less than mobileBreakPoint
Expand Down
Loading

0 comments on commit d0618b3

Please sign in to comment.