Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47ec386 commit 7c688cfCopy full SHA for 7c688cf
README.md
@@ -119,6 +119,10 @@ Parameters:
119
120
- `el` - widget to remove
121
122
+### remove_all()
123
+
124
+Removes all widgets from the grid.
125
126
### resize(el, width, \[height\])
127
128
Changes widget size
@@ -149,7 +153,17 @@ Enables/Disables resizing.
149
153
Enables/Disables moving.
150
154
151
155
- `el` - widget to modify
152
-- `val` - if `true` widget will be draggable.
156
+- `val` - if `true` widget will be draggable.
157
158
+## Utils
159
160
+### GridStackUI.Utils.sort(nodes, \[dir\], \[width\])
161
162
+Sorts array of nodes
163
164
+- `nodes` - array to sort
165
+- `dir` - `1` for asc, `-1` for desc
166
+- `width` - width of the grid. If it is `undefined` it will be calculated automatically.
167
168
## Use with knockout.js
169
0 commit comments