readme
This commit is contained in:
parent
652979a3f8
commit
f1e9723484
1 changed files with 12 additions and 5 deletions
17
README.md
17
README.md
|
|
@ -18,7 +18,6 @@ Join gridstack.js on Slack: http://gridstackjs.troolee.com
|
|||
- [Demo](#demo)
|
||||
- [Usage](#usage)
|
||||
- [Requirements](#requirements)
|
||||
- [Rails integration](#rails-integration)
|
||||
- [Basic usage](#basic-usage)
|
||||
- [Options](#options)
|
||||
- [Grid attributes](#grid-attributes)
|
||||
|
|
@ -59,6 +58,8 @@ Join gridstack.js on Slack: http://gridstackjs.troolee.com
|
|||
- [GridStackUI.Utils.sort(nodes[, dir[, width]])](#gridstackuiutilssortnodes-dir-width)
|
||||
- [Touch devices support](#touch-devices-support)
|
||||
- [Use with knockout.js](#use-with-knockoutjs)
|
||||
- [Use with angular.js](#use-with-angularjs)
|
||||
- [Rails integration](#rails-integration)
|
||||
- [Change grid width](#change-grid-width)
|
||||
- [Extra CSS](#extra-css)
|
||||
- [Different grid widths](#different-grid-widths)
|
||||
|
|
@ -98,10 +99,6 @@ Usage
|
|||
|
||||
Note: You can still use [underscore.js](http://underscorejs.org) (>= 1.7.0) instead of lodash.js
|
||||
|
||||
## Rails integration
|
||||
|
||||
For rails users, integration of gridstack.js and its dependencies can be done through [gridstack-js-rails](https://github.com/randoum/gridstack-js-rails)
|
||||
|
||||
## Basic usage
|
||||
|
||||
```html
|
||||
|
|
@ -531,6 +528,16 @@ template:
|
|||
Otherwise `addDisposeCallback` won't work.
|
||||
|
||||
|
||||
## Use with angular.js
|
||||
|
||||
Please check [gridstack-angular](https://github.com/kdietrich/gridstack-angular)
|
||||
|
||||
|
||||
## Rails integration
|
||||
|
||||
For rails users, integration of gridstack.js and its dependencies can be done through [gridstack-js-rails](https://github.com/randoum/gridstack-js-rails)
|
||||
|
||||
|
||||
## Change grid width
|
||||
|
||||
To change grid width (columns count), to addition to `width` option, CSS rules
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue