corrade-nucleus-nucleons – Blame information for rev 20

Subversion Repositories:
Rev:
Rev Author Line No. Line
20 office 1 # Table Multiple Search
2  
3 Use Plugin: [bootstrap-table-multiple-search](https://github.com/wenzhixin/bootstrap-table/tree/master/src/extensions/multiple-search)
4  
5 ## Usage
6  
7 ```html
8 <script src="extensions/multiple-search/bootstrap-table-multiple-search.js"></script>
9 ```
10  
11 ## Options
12  
13 ### multipleSearch
14  
15 * type: Boolean
16 * description: Set to true if you want to search by multiple columns. For example: if the user puts: "526 table" we are going to `split` that string and then we are going to search in all columns in the boostrap table.
17 * default: `false`
18  
19 ### delimeter
20  
21 * type: String
22 * description: Configure the delimeter of the multiple search
23 * default: ` ` (whitespace)