|
@@ -194,6 +194,10 @@ $.BootstrapTable = class extends $.BootstrapTable {
|
|
|
}
|
|
}
|
|
|
})
|
|
})
|
|
|
|
|
|
|
|
|
|
+ if (typeof o.exportOptions.fileName === 'function') {
|
|
|
|
|
+ options.fileName = o.exportOptions.fileName()
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
this.$el.tableExport($.extend({
|
|
this.$el.tableExport($.extend({
|
|
|
onAfterSaveToFile: () => {
|
|
onAfterSaveToFile: () => {
|
|
|
if (o.exportFooter) {
|
|
if (o.exportFooter) {
|