File tree Expand file tree Collapse file tree 3 files changed +8
-6
lines changed Expand file tree Collapse file tree 3 files changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,8 @@ Get multi data library.
10
10
11
11
## Demo
12
12
13
+ - DemoPage -> [ https://yama-dev.github.io/js-multi-data-module/examples/ ] ( https://yama-dev.github.io/js-multi-data-module/examples/ )
14
+
13
15
## Installation,Download
14
16
15
17
- npm -> [ https://www.npmjs.com/package/js-multi-data-module ] ( https://www.npmjs.com/package/js-multi-data-module )
@@ -46,7 +48,7 @@ import MULTI_DATA_MODULE from 'js-multi-data-module';
46
48
url: ' ./sample.json' ,
47
49
hierarchy: ' items'
48
50
}
49
- ]
51
+ ],
50
52
on: {
51
53
Complete : function (data ,list ){
52
54
console .log (data,list);
@@ -66,7 +68,7 @@ import MULTI_DATA_MODULE from 'js-multi-data-module';
66
68
orderProperty: ' pubDate' ,
67
69
filter: true ,
68
70
jsonpCallback : ' callback' ,
69
- fetch_timeout : 10000
71
+ fetch_timeout : 10000 ,
70
72
data_type: ' jsonp' ,
71
73
data_list: [
72
74
{
@@ -81,7 +83,7 @@ import MULTI_DATA_MODULE from 'js-multi-data-module';
81
83
url: ' ./sample.array.json' ,
82
84
hierarchy: ' items.0' , // items[0]
83
85
}
84
- ]
86
+ ],
85
87
on: {
86
88
Update : function (data ){
87
89
console .log (data);
You can’t perform that action at this time.
0 commit comments