diff --git a/components/datatable/DataTable.vue b/components/datatable/DataTable.vue index eb49df4f1..9ce0125cb 100755 --- a/components/datatable/DataTable.vue +++ b/components/datatable/DataTable.vue @@ -1368,7 +1368,7 @@ export default { if (i === 0) csv += '\n'; - if (this.columnProp(column, 'exportable') !== false && this.columnProp(column, 'field')) { + if (this.columnProp(column, 'exportable') !== false && this.columnProp(column, 'exportFooter')) { if (footerInitiated) csv += this.csvSeparator; else footerInitiated = true;