layout: docs title: Table Export description: Table Export extension of Bootstrap Table. group: extensions
Use Plugin: tableExport.jquery.plugin
This is an important link to check out as some file types may require extra steps.
{% highlight html %} {% endhighlight %}
type: Boolean
Detail:
set true to show export button.
falsetype: String
Detail:
export data type, support: 'basic', 'all', 'selected'.
basictype: Array
Detail:
export types, support types: 'json', 'xml', 'png', 'csv', 'txt', 'sql', 'doc', 'excel', 'xlsx', 'pdf'.
['json', 'xml', 'csv', 'txt', 'sql', 'excel']type: Object
Detail:
export options of tableExport.jquery.plugin
{}'glyphicon-export icon-share'