corrade-nucleus-nucleons

Subversion Repositories:
Compare Path: Rev
With Path: Rev
?path1? @ 19  →  ?path2? @ 20
/pack-rat/003_pack_rat/pack-rat/node_modules/bootstrap-table/src/extensions/export/README.md
@@ -0,0 +1,38 @@
# Table Export
 
Use Plugin: [tableExport.jquery.plugin](https://github.com/hhurz/tableExport.jquery.plugin)
 
## Usage
 
```html
<script src="extensions/export/bootstrap-table-export.js"></script>
```
 
## Options
 
### showExport
 
* type: Boolean
* description: set `true` to show export button.
* default: `false`
 
### exportDataType
 
* type: String
* description: export data type, support: 'basic', 'all', 'selected'.
* default: `basic`
 
### exportTypes
 
* type: Array
* description: export types, support types: 'json', 'xml', 'png', 'csv', 'txt', 'sql', 'doc', 'excel', 'xlsx', 'pdf'.
* default: `['json', 'xml', 'csv', 'txt', 'sql', 'excel']`
 
### exportOptions
 
* type: Object
* description: export [options](https://github.com/hhurz/tableExport.jquery.plugin#options) of `tableExport.jquery.plugin`
* default: `{}`
 
### Icons
* export: 'glyphicon-export icon-share'