Skip to content

Commit 687c1bd

Browse files
committed
Add default value.
1 parent a5643e9 commit 687c1bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Jobs/DataTableExportJob.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,6 @@ protected function wantsText(Column $column): bool
170170
return false;
171171
}
172172

173-
return in_array($column['exportFormat'], config('datatables-export.text_formats', []));
173+
return in_array($column['exportFormat'], config('datatables-export.text_formats', ['@']));
174174
}
175175
}

0 commit comments

Comments
 (0)