Skip to content

Commit c4f30b3

Browse files
committed
update README.md
1 parent ce47d34 commit c4f30b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ gridstack.js API
7272
- `placeholderClass` - class for placeholder (default: `'grid-stack-placeholder'`)
7373
- `placeholderText` - placeholder default content (default: `''`)
7474
- `resizable` - allows to override jQuery UI resizable options. (default: `{autoHide: true, handles: 'se'}`)
75-
- `rtl` - if `true` turns grid to RTL. Possible values are `true`, `false`, `'auto'` (default `'auto'`) See [example](http://troolee.github.io/gridstack.js/demo/rtl.html)
75+
- `rtl` - if `true` turns grid to RTL. Possible values are `true`, `false`, `'auto'` (default: `'auto'`) See [example](http://troolee.github.io/gridstack.js/demo/rtl.html)
7676
- `staticGrid` - makes grid static (default `false`). If true widgets are not movable/resizable. You don't even need jQueryUI draggable/resizable. A CSS class `grid-stack-static` is also added to the container.
7777
- `verticalMargin` - vertical gap size (default: `20`). Can be:
7878
- an integer (px)

0 commit comments

Comments
 (0)