Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5bcf7dc

Browse files
committed
update options section
1 parent 8d8f3a9 commit 5bcf7dc

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -51,14 +51,15 @@ Usage
5151

5252
## Options
5353

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)
5558
- `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)
5660
- `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)
5961
- `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)
6263

6364
## Grid attributes
6465

0 commit comments

Comments
 (0)