Skip to content

Commit

Permalink
fix: openspout value retrieved from "value" option, "export.value"
Browse files Browse the repository at this point in the history
  • Loading branch information
Kreyu committed Jun 20, 2023
1 parent 9c142a1 commit 0603aa4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ public function export(DataTableView $view, string $filename, array $options = [

foreach ($valueRow->children as $child) {
if (false !== $child->vars['export']) {
$values[] = $child->vars['value'];
$values[] = $child->vars['export']['value'];
}
}

Expand Down

0 comments on commit 0603aa4

Please sign in to comment.