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 7bf9bb8 commit 21bbb1bCopy full SHA for 21bbb1b
src/types.ts
@@ -20,6 +20,8 @@ export const GridDefaults: GridStackOptions = {
20
itemClass: 'grid-stack-item',
21
margin: 10,
22
marginUnit: 'px',
23
+ maxRow: 0,
24
+ minRow: 0,
25
oneColumnSize: 768,
26
placeholderClass: 'grid-stack-placeholder',
27
placeholderText: '',
0 commit comments