Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
open-source
gridstack.js
Commits
ccbe54b8
Commit
ccbe54b8
authored
Sep 05, 2017
by
radiolips
Committed by
GitHub
Sep 05, 2017
Browse files
Merge pull request #691 from andrewyoung918/andrewyoung918-patch-1
Fix minWidth description
parents
81039e6f
f62d2b7c
Changes
1
Hide whitespace changes
Inline
Side-by-side
doc/README.md
View file @
ccbe54b8
...
...
@@ -77,7 +77,7 @@ gridstack.js API
-
`height`
- maximum rows amount. Default is
`0`
which means no maximum rows
-
`float`
- enable floating widgets (default:
`false`
) See
[
example
](
http://troolee.github.io/gridstack.js/demo/float.html
)
-
`itemClass`
- widget class (default:
`'grid-stack-item'`
)
-
`minWidth`
- minimal width. If window width is less, grid will be shown in one-column mode (default:
`768`
)
-
`minWidth`
- minimal width. If window width is less
than or equal to
, grid will be shown in one-column mode (default:
`768`
)
-
`disableOneColumnMode`
- disables the onColumnMode when the window width is less than minWidth (default: 'false')
-
`oneColumnModeClass`
- class set on grid when in one column mode (default: 'grid-stack-one-column-mode')
-
`placeholderClass`
- class for placeholder (default:
`'grid-stack-placeholder'`
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment