corrade-nucleus-nucleons – Blame information for rev 20

Subversion Repositories:
Rev:
Rev Author Line No. Line
20 office 1 # Table Export
2  
3 Use Plugin: [tableExport.jquery.plugin](https://github.com/hhurz/tableExport.jquery.plugin)
4  
5 ## Usage
6  
7 ```html
8 <script src="extensions/export/bootstrap-table-export.js"></script>
9 ```
10  
11 ## Options
12  
13 ### showExport
14  
15 * type: Boolean
16 * description: set `true` to show export button.
17 * default: `false`
18  
19 ### exportDataType
20  
21 * type: String
22 * description: export data type, support: 'basic', 'all', 'selected'.
23 * default: `basic`
24  
25 ### exportTypes
26  
27 * type: Array
28 * description: export types, support types: 'json', 'xml', 'png', 'csv', 'txt', 'sql', 'doc', 'excel', 'xlsx', 'pdf'.
29 * default: `['json', 'xml', 'csv', 'txt', 'sql', 'excel']`
30  
31 ### exportOptions
32  
33 * type: Object
34 * description: export [options](https://github.com/hhurz/tableExport.jquery.plugin#options) of `tableExport.jquery.plugin`
35 * default: `{}`
36  
37 ### Icons
38 * export: 'glyphicon-export icon-share'