You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

39 lines
871 B
Plaintext

# 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'