File tree Expand file tree Collapse file tree 3 files changed +11
-10
lines changed Expand file tree Collapse file tree 3 files changed +11
-10
lines changed Original file line number Diff line number Diff line change @@ -34,4 +34,4 @@ <h1>Reorder Rows</h1>
34
34
</ table >
35
35
</ div >
36
36
</ body >
37
- </ html >
37
+ </ html >
Original file line number Diff line number Diff line change 10
10
< script src ="../assets/bootstrap/js/bootstrap.min.js "> </ script >
11
11
< script src ="../assets/bootstrap-table/src/bootstrap-table.js "> </ script >
12
12
< script src ="../assets/bootstrap-table/src/extensions/export/bootstrap-table-export.js "> </ script >
13
- < script src ="//rawgit.com/kayalshri/tableExport.jquery.plugin/master/tableExport.js "> </ script >
14
- < script src ="//rawgit.com/kayalshri/tableExport.jquery.plugin/master/jquery.base64.js "> </ script >
13
+ < script src ="//rawgit.com/hhurz/tableExport.jquery.plugin/master/tableExport.js "> </ script >
15
14
< script src ="../ga.js "> </ script >
16
15
</ head >
17
16
< body >
@@ -31,4 +30,4 @@ <h1>Show Export button only(<a href="https://github.com/wenzhixin/bootstrap-tabl
31
30
</ table >
32
31
</ div >
33
32
</ body >
34
- </ html >
33
+ </ html >
Original file line number Diff line number Diff line change 8
8
< link rel ="stylesheet " href ="../assets/examples.css ">
9
9
< script src ="../assets/jquery.min.js "> </ script >
10
10
< script src ="../assets/bootstrap/js/bootstrap.min.js "> </ script >
11
- < script src ="../assets /bootstrap-table/src/bootstrap-table.js "> </ script >
11
+ < script src ="../.. /bootstrap-table/src/bootstrap-table.js "> </ script >
12
12
< script src ="../ga.js "> </ script >
13
13
</ head >
14
14
< body >
@@ -27,12 +27,14 @@ <h1>showRow/hideRow</h1>
27
27
data-toggle ="table "
28
28
data-toolbar ="#toolbar "
29
29
data-height ="460 "
30
- data-url ="../json/data1.json ">
30
+ data-pagination ="true "
31
+ data-side-pagination ="server "
32
+ data-url ="../json/data2.json ">
31
33
< thead >
32
34
< tr >
33
- < th data-field ="id "> ID</ th >
34
- < th data-field ="name "> Item Name</ th >
35
- < th data-field ="price "> Item Price</ th >
35
+ < th data-field ="id " data-sortable =" true " > ID</ th >
36
+ < th data-field ="name " data-sortable =" true " > Item Name</ th >
37
+ < th data-field ="price " data-sortable =" true " > Item Price</ th >
36
38
</ tr >
37
39
</ thead >
38
40
</ table >
@@ -53,4 +55,4 @@ <h1>showRow/hideRow</h1>
53
55
} ) ;
54
56
</ script >
55
57
</ body >
56
- </ html >
58
+ </ html >
You can’t perform that action at this time.
0 commit comments