File tree Expand file tree Collapse file tree 2 files changed +24
-0
lines changed Expand file tree Collapse file tree 2 files changed +24
-0
lines changed Original file line number Diff line number Diff line change 211
211
< li > < a href ="#options/pagination-v-align.html "> Pagination V Align</ a > </ li >
212
212
< li > < a href ="#options/query-params.html "> Query Params</ a > </ li >
213
213
< li > < a href ="#options/query-params-type.html "> Query Params Type</ a > </ li >
214
+ < li > < a href ="#options/regex-search.html "> Regex Search</ a > </ li >
214
215
< li > < a href ="#options/remember-order.html "> Remember Order</ a > </ li >
215
216
< li > < a href ="#options/response-handler.html "> Response Handler</ a > </ li >
216
217
< li data-show ="bootstrap3,,bootstrap5 "> < a href ="#options/row-attributes.html "> Row Attributes</ a > </ li >
Original file line number Diff line number Diff line change
1
+ < script >
2
+ init ( {
3
+ title : 'Regex Search' ,
4
+ desc : 'Use the `regexSearch` option to enable the regex search.' ,
5
+ links : [ 'bootstrap-table.min.css' ] ,
6
+ scripts : [ 'bootstrap-table.min.js' ]
7
+ } )
8
+ </ script >
9
+
10
+ < table
11
+ id ="table "
12
+ data-toggle ="table "
13
+ data-search ="true "
14
+ data-regex-search ="true "
15
+ data-url ="json/data1.json ">
16
+ < thead >
17
+ < tr >
18
+ < th data-field ="id "> ID</ th >
19
+ < th data-field ="name "> Item Name</ th >
20
+ < th data-field ="price "> Item Price</ th >
21
+ </ tr >
22
+ </ thead >
23
+ </ table >
You can’t perform that action at this time.
0 commit comments