master
cody 5 days ago
parent 0011ae3064
commit 5681c2db9a

@ -402,7 +402,7 @@ class CommonExport implements FromCollection, WithStyles, WithColumnWidths, With
$moreFileds = array_column($this->data[0]['data'], 'field'); $moreFileds = array_column($this->data[0]['data'], 'field');
} }
} }
dd($moreFileds); dd($moreHeader,$moreFileds);
$newList[] = $header; $newList[] = $header;
foreach ($this->data as $info) { foreach ($this->data as $info) {

Loading…
Cancel
Save