corrade-nucleus-nucleons – Blame information for rev 20

Subversion Repositories:
Rev:
Rev Author Line No. Line
20 office 1 # Table flat-json
2  
3 Use Plugin: [bootstrap-table-flat-json](https://github.com/djhvscf/bootstrap-table-flat-json)
4  
5 ## Usage
6  
7 ```html
8 <script src="extensions/flat-json/bootstrap-table-flat-json.js"></script>
9 ```
10  
11 ## Options
12  
13 ### flat
14  
15 * type: Boolean
16 * description: Set true to flat the JSON object.
17 * default: `false`
18  
19 ### flatSeparator
20  
21 * type: String
22 * description: Set the default separator between object levels.
23 * default: `.`