File tree Expand file tree Collapse file tree 3 files changed +8
-7
lines changed Expand file tree Collapse file tree 3 files changed +8
-7
lines changed Original file line number Diff line number Diff line change 1
1
<!DOCTYPE html>
2
2
< html >
3
3
< head >
4
- < title > Filter Control </ title >
4
+ < title > FilterControl </ title >
5
5
< meta charset ="utf-8 ">
6
6
< link rel ="stylesheet " href ="../assets/bootstrap/css/bootstrap.min.css ">
7
7
< link rel ="stylesheet " href ="../assets/bootstrap-table/src/bootstrap-table.css ">
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
11
< script src ="../assets/bootstrap-table/src/bootstrap-table.js "> </ script >
12
+ < script src ="../assets/bootstrap-table/src/extensions/filtercontrol/bootstrap-table-filtercontrol.js "> </ script >
12
13
< script src ="../ga.js "> </ script >
13
14
</ head >
14
15
< body >
15
16
< div class ="container ">
16
17
< div class ="ribbon ">
17
- < a href ="https://github.com/wenzhixin/bootstrap-table-examples/blob/master/options/filter-control .html " target ="_blank "> View Source on GitHub</ a >
18
+ < a href ="https://github.com/wenzhixin/bootstrap-table-examples/blob/master/extensions/filtercontrol .html " target ="_blank "> View Source on GitHub</ a >
18
19
</ div >
19
- < h1 > Filter Control</ h1 >
20
- < p > Use < code > filterControl</ code > option to add an input or select control to the column to filter it.</ p >
20
+ < h1 > </ h1 >
21
21
< table id ="table "
22
22
data-toggle ="table "
23
- data-url ="../json/data1.json ">
23
+ data-url ="../json/data1.json "
24
+ data-filter-control ="true ">
24
25
< thead >
25
26
< tr >
26
27
< th data-field ="id "> ID</ th >
Original file line number Diff line number Diff line change 61
61
< li > < a href ="options/custom-toolbar.html "> Custom Toolbar</ a > </ li >
62
62
< li > < a href ="options/client-side-pagination.html "> Client Side Pagination</ a > </ li >
63
63
< li > < a href ="options/server-side-pagination.html "> Server Side Pagination</ a > </ li >
64
- < li > < a href ="options/filter-control.html "> Filter Control</ a > </ li >
65
64
< li > < a href ="options/pagination-custom-text.html "> Pagination Custom Text</ a > </ li >
66
65
</ ul >
67
66
</ li >
103
102
< li > < a href ="extensions/resizable.html "> Resizable</ a > </ li >
104
103
< li > < a href ="extensions/keyevents.html "> KeyEvents</ a > </ li >
105
104
< li > < a href ="extensions/mobile.html "> Mobile</ a > </ li >
105
+ < li > < a href ="extensions/filtercontrol.html "> Filter Control</ a > </ li >
106
106
</ ul >
107
107
</ li >
108
108
< li >
Original file line number Diff line number Diff line change 61
61
<li><a href="options/custom-toolbar.html">Custom Toolbar</a></li>
62
62
<li><a href="options/client-side-pagination.html">Client Side Pagination</a></li>
63
63
<li><a href="options/server-side-pagination.html">Server Side Pagination</a></li>
64
- <li><a href="options/filter-control.html">Filter Control</a></li>
65
64
<li><a href="options/pagination-custom-text.html">Pagination Custom Text</a></li>
66
65
</ul>
67
66
</li>
103
102
<li><a href="extensions/resizable.html">Resizable</a></li>
104
103
<li><a href="extensions/keyevents.html">KeyEvents</a></li>
105
104
<li><a href="extensions/mobile.html">Mobile</a></li>
105
+ <li><a href="extensions/filtercontrol.html">Filter Control</a></li>
106
106
</ul>
107
107
</li>
108
108
<li>
You can’t perform that action at this time.
0 commit comments