README.md 530 B

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

exportTypes

  • type: Array
  • description: export types, support types: 'json', 'xml', 'png', 'csv', 'txt', 'sql', 'doc', 'excel', 'powerpoint', 'pdf'.
  • default: ['json', 'xml', 'csv', 'txt', 'sql', 'excel']