export.md 1.1 KB


layout: docs title: Table Export description: Table Export extension of Bootstrap Table. group: extensions

toc: true

Use Plugin: tableExport.jquery.plugin

This is an important link to check out as some file types may require extra steps.

Usage

{% highlight html %} {% endhighlight %}

Options

showExport

  • type: Boolean

  • Detail:

set true to show export button.

  • Default: false

exportDataType

  • type: String

  • Detail:

export data type, support: 'basic', 'all', 'selected'.

  • Default: basic

exportTypes

  • type: Array

  • Detail:

export types, support types: 'json', 'xml', 'png', 'csv', 'txt', 'sql', 'doc', 'excel', 'xlsx', 'pdf'.

  • Default: ['json', 'xml', 'csv', 'txt', 'sql', 'excel']

exportOptions

  • type: Object

  • Detail:

export options of tableExport.jquery.plugin

  • Default: {}

Icons

  • export: 'glyphicon-export icon-share'