You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
25
22
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
26
23
**Table of Contents***generated with [DocToc](http://doctoc.herokuapp.com/)*
27
24
28
-
-[Demo and examples](#demo-and-examples)
25
+
-[Demo and API Documentation](#demo-and-api-documentation)
29
26
-[Usage](#usage)
30
27
-[Install](#install)
31
28
-[Include](#include)
32
29
-[Basic usage](#basic-usage)
33
30
-[Requirements](#requirements)
34
-
-[API Documentation](#api-documentation)
35
31
-[Extend Library](#extend-library)
36
32
-[Extend Engine](#extend-engine)
37
33
-[Change grid columns](#change-grid-columns)
@@ -53,10 +49,9 @@ Join us on Slack: https://gridstackjs.troolee.com
53
49
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
54
50
55
51
56
-
# Demo and examples
57
-
58
-
Please visit http://gridstackjs.com and [these demos](http://gridstackjs.com/demo/)
52
+
# Demo and API Documentation
59
53
54
+
Please visit http://gridstackjs.com and [these demos](http://gridstackjs.com/demo/), and complete [API documentation](https://github.com/gridstack/gridstack.js/tree/master/doc)
60
55
61
56
# Usage
62
57
@@ -160,17 +155,14 @@ grid.load(serializedData);
160
155
GridStack.init();
161
156
```
162
157
158
+
...or see list of all [API and options](https://github.com/gridstack/gridstack.js/tree/master/doc) available.
159
+
163
160
see [jsfiddle sample](https://jsfiddle.net/adumesny/jqhkry7g) as running example too.
164
161
165
162
## Requirements
166
163
167
164
GridStack no longer requires external dependencies as of v1.0.0 (lodash was removed in v0.5.0 and jquery API in v1.0.0). v3.0.0 is a complete HTML5 re-write which removes all jquery dependency (still available for legacy apps). All you need to include now is `gridstack-h5.js` and `gridstack.min.css` (layouts are done using CSS column based %).
168
165
169
-
## API Documentation
170
-
171
-
Documentation can be found [here](https://github.com/gridstack/gridstack.js/tree/master/doc).
172
-
173
-
174
166
## Extend Library
175
167
176
168
You can easily extend or patch gridstack with code like this:
0 commit comments