File tree Expand file tree Collapse file tree 20 files changed +16
-16
lines changed Expand file tree Collapse file tree 20 files changed +16
-16
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ <h1>Refresh from url after use data option(<a href="https://github.com/wenzhixin
39
39
} ]
40
40
} ) ;
41
41
$ ( '#button' ) . click ( function ( ) {
42
- $table . bootstrapTable ( 'refresh' , { url : 'data1.json' } ) ;
42
+ $table . bootstrapTable ( 'refresh' , { url : 'json/ data1.json' } ) ;
43
43
} ) ;
44
44
} ) ;
45
45
</ script >
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ <h1>Show Export button only(<a href="https://github.com/wenzhixin/bootstrap-tabl
23
23
< table id ="table "
24
24
data-toggle ="table "
25
25
data-show-export ="true "
26
- data-url ="data1.json ">
26
+ data-url ="json/ data1.json ">
27
27
< thead >
28
28
< tr >
29
29
< th data-field ="id "> ID</ th >
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ <h1>Hide state column(<a href="https://github.com/wenzhixin/bootstrap-table/issu
21
21
< table id ="table "
22
22
data-toggle ="table "
23
23
data-show-columns ="true "
24
- data-url ="data1.json ">
24
+ data-url ="json/ data1.json ">
25
25
< thead >
26
26
< tr >
27
27
< th data-field ="state " data-checkbox ="true "> </ th >
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ <h1>Custom fontawsome icons(<a href="https://github.com/wenzhixin/bootstrap-tabl
25
25
data-show-columns ="true "
26
26
data-icons-prefix ="fa "
27
27
data-icons ="icons "
28
- data-url ="data1.json ">
28
+ data-url ="json/ data1.json ">
29
29
< thead >
30
30
< tr >
31
31
< th data-field ="id "> ID</ th >
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ <h1>Support for data-field with dot notation(<a href="https://github.com/wenzhix
26
26
data-show-toggle ="true "
27
27
data-show-columns ="true "
28
28
data-flat ="true "
29
- data-url ="350.json ">
29
+ data-url ="json/ 350.json ">
30
30
< thead >
31
31
< tr >
32
32
< th data-field ="github.name " data-sortable ="true "> Name</ th >
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ <h1>Use responseHandler option to handle your response data(<a href="https://git
22
22
< script >
23
23
$ ( function ( ) {
24
24
$ ( '#table' ) . bootstrapTable ( {
25
- url : '353.json' ,
25
+ url : 'json/ 353.json' ,
26
26
columns : [ {
27
27
field : 'date' ,
28
28
title : 'Date Stamp' ,
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ <h1>Using table content in a HTML form(<a href="https://github.com/wenzhixin/boo
21
21
< input class ="btn btn-default " type ="submit " value ="Submit ">
22
22
< table id ="table "
23
23
data-toggle ="table "
24
- data-url ="data1.json "
24
+ data-url ="json/ data1.json "
25
25
data-id-field ="id "
26
26
data-select-item-name ="input "
27
27
data-toolbar =":submit ">
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ <h1>Use Flat UI to style the checkboxes(<a href="https://github.com/wenzhixin/bo
43
43
< table id ="table "
44
44
data-toggle ="table "
45
45
data-pagination ="true "
46
- data-url ="data1.json ">
46
+ data-url ="json/ data1.json ">
47
47
< thead >
48
48
< tr >
49
49
< th data-field ="state " data-checkbox ="true "> </ th >
Original file line number Diff line number Diff line change 18
18
</ div >
19
19
< h1 > Override default queryParam variables(< a href ="https://github.com/wenzhixin/bootstrap-table/issues/386 " target ="_blank "> #386).</ a > </ h1 >
20
20
< table data-toggle ="table "
21
- data-url ="data1.json "
21
+ data-url ="json/ data1.json "
22
22
data-height ="300 "
23
23
data-pagination ="true "
24
24
data-query-params-type =""
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ <h1>Enable/disable delete button on click checkbox(<a href="https://github.com/w
20
20
< button id ="remove " class ="btn btn-danger " disabled > Delete</ button >
21
21
< table id ="table "
22
22
data-toggle ="table "
23
- data-url ="data1.json "
23
+ data-url ="json/ data1.json "
24
24
data-toolbar ="#remove ">
25
25
< thead >
26
26
< tr >
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ <h1>Align the toolbar and search input(<a href="https://github.com/wenzhixin/boo
28
28
data-search-align ="left "
29
29
data-buttons-align ="left "
30
30
data-toolbar-align ="right "
31
- data-url ="data1.json ">
31
+ data-url ="json/ data1.json ">
32
32
< thead >
33
33
< tr >
34
34
< th data-field ="id "> ID</ th >
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ <h1>Refresh method with new url(<a href="https://github.com/wenzhixin/bootstrap-
23
23
< table id ="table "
24
24
data-toggle ="table "
25
25
data-toolbar =".toolbar "
26
- data-url ="data1.json ">
26
+ data-url ="json/ data1.json ">
27
27
< thead >
28
28
< tr >
29
29
< th data-field ="id "> ID</ th >
@@ -38,7 +38,7 @@ <h1>Refresh method with new url(<a href="https://github.com/wenzhixin/bootstrap-
38
38
$ ( function ( ) {
39
39
$ ( '#refresh' ) . click ( function ( ) {
40
40
$table . bootstrapTable ( 'refresh' , {
41
- url : '409.json'
41
+ url : 'json/ 409.json'
42
42
} ) ;
43
43
} ) ;
44
44
} ) ;
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ <h1>Get checked row index(<a href="https://github.com/wenzhixin/bootstrap-table/
21
21
< table id ="table "
22
22
data-toggle ="table "
23
23
data-select-item-name ="selectItemName "
24
- data-url ="data1.json "
24
+ data-url ="json/ data1.json "
25
25
data-pagination ="true "
26
26
data-toolbar ="#show ">
27
27
< thead >
Original file line number Diff line number Diff line change 19
19
< h1 > Toggle pagination (< a href ="https://github.com/wenzhixin/bootstrap-table/issues/424 " target ="_blank "> #424</ a > ).</ h1 >
20
20
< table id ="table "
21
21
data-toggle ="table "
22
- data-url ="data1.json "
22
+ data-url ="json/ data1.json "
23
23
data-show-pagination-switch ="true "
24
24
data-pagination ="true "
25
25
data-page-size ="10 "
Original file line number Diff line number Diff line change 31
31
< h1 > Set the global defaults for the table(< a href ="https://github.com/wenzhixin/bootstrap-table/issues/457 " target ="_blank "> #457</ a > ).</ h1 >
32
32
< table id ="table "
33
33
data-toggle ="table "
34
- data-url ="data2.json ">
34
+ data-url ="json/ data2.json ">
35
35
< thead >
36
36
< tr >
37
37
< th data-field ="id "> ID</ th >
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
You can’t perform that action at this time.
0 commit comments