README.md 871 字节

Table Export

Use Plugin: tableExport.jquery.plugin

Usage

<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 of tableExport.jquery.plugin
  • default: {}

Icons

  • export: 'glyphicon-export icon-share'