File tree 1 file changed +6
-5
lines changed
1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -51,14 +51,15 @@ Usage
51
51
52
52
## Options
53
53
54
- - ` width ` - amount of columns (default: 12)
54
+ - ` auto ` - if ` false ` it tells to do not initialize existing items (default: true)
55
+ - ` cell_height ` - one cell height (default: 60)
56
+ - ` handle ` - draggable handle selector (default: '.grid-stack-item-content')
57
+ - ` float ` - enable floating widgets (default: false)
55
58
- ` item_class ` - widget class (default: 'grid-stack-item')
59
+ - ` min_width ` - minimal width. If window width is less grid will be shown in one-column mode (default: 768)
56
60
- ` placeholder_class ` - class for placeholder (default: 'grid-stack-placeholder')
57
- - ` handle ` - draggable handle selector (default: '.grid-stack-item-content')
58
- - ` cell_height ` - one cell height (default: 60)
59
61
- ` vertical_margin ` - vertical gap size (default: 20)
60
- - ` auto ` - if ` false ` it tells to do not initialize existing items (default: true)
61
- - ` min_width ` - minimal width. If window width is less grid will be shown in one-column mode (default: 768)
62
+ - ` width ` - amount of columns (default: 12)
62
63
63
64
## Grid attributes
64
65
You can’t perform that action at this time.
0 commit comments