corrade-nucleus-nucleons – Blame information for rev 20

Subversion Repositories:
Rev:
Rev Author Line No. Line
20 office 1 # Table group-by-v2
2  
3 Use Plugin: [bootstrap-table-group-by-v2](https://github.com/wenzhixin/bootstrap-table/tree/master/src/extensions/group-by-v2) </br>
4 You must include the bootstrap-table-group-by.css file in order to get the appropriate style
5  
6 ## Usage
7  
8 ```html
9 <script src="extensions/group-by-v2/bootstrap-table-group-by.js"></script>
10 ```
11  
12 ## Options
13  
14 ### groupBy
15  
16 * type: Boolean
17 * description: Set true to group the data by the field passed.
18 * default: `false`
19  
20 ### groupByField
21  
22 * type: String
23 * description: Set the fields name that you want to group the data.
24 * default: ``