File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -54,12 +54,12 @@ $(function () {
5454- ` animate ` - turns animation on (default: ` false ` )
5555- ` auto ` - if ` false ` it tells to do not initialize existing items (default: ` true ` )
5656- ` cell_height ` - one cell height (default: ` 60 ` )
57- - ` handle ` - draggable handle selector (default: '.grid-stack-item-content')
57+ - ` handle ` - draggable handle selector (default: ` '.grid-stack-item-content' ` )
5858- ` height ` - maximum rows amount. Default is ` 0 ` which means no maximum rows
5959- ` float ` - enable floating widgets (default: ` false ` )
60- - ` item_class ` - widget class (default: 'grid-stack-item')
60+ - ` item_class ` - widget class (default: ` 'grid-stack-item' ` )
6161- ` min_width ` - minimal width. If window width is less grid will be shown in one-column mode (default: ` 768 ` )
62- - ` placeholder_class ` - class for placeholder (default: 'grid-stack-placeholder')
62+ - ` placeholder_class ` - class for placeholder (default: ` 'grid-stack-placeholder' ` )
6363- ` vertical_margin ` - vertical gap size (default: ` 20 ` )
6464- ` width ` - amount of columns (default: ` 12 ` )
6565
You can’t perform that action at this time.
0 commit comments