We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e481917 commit b7c59fbCopy full SHA for b7c59fb
src/Exports/DataTableQueuedExport.php
@@ -31,7 +31,7 @@ public function map($row): array
31
{
32
return $this->columns
33
->map(function (Column $column) use ($row) {
34
- return $row[$column['data']] ?? '';
+ return $row[$column['data']];
35
})
36
->toArray();
37
}
0 commit comments