You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -415,11 +415,12 @@ Toggle the grid animation state. Toggles the `grid-stack-animate` class.
415
415
416
416
-`doAnimate` - if `true` the grid will animate.
417
417
418
-
### setGridWidth(gridWidth)
418
+
### setGridWidth(gridWidth, doNotPropagate)
419
419
420
420
(Experimental) Modify number of columns in the grid. Will attempt to update existing widgets to conform to new number of columns. Requires `gridstack-extra.css` or `gridstack-extra.min.css`.
421
421
422
422
-`gridWidth` - Integer between 1 and 12.
423
+
-`doNotPropagate` - if true existing widgets will not be updated.
0 commit comments