Skip to content

Commit

Permalink
Temporary solution for pseudo header values
Browse files Browse the repository at this point in the history
  • Loading branch information
JPustkuchen committed Jul 2, 2021
1 parent 880a93e commit d2c29c5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Elements/Table.php
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ public function setHeaderFromArray(array $headerArray): Table {
if ($cell->getValue() === null) {
$cell->setHidden(true);
}
return $cell;
});
$this->setHeader($headerTableRow);
return $this;
Expand Down

0 comments on commit d2c29c5

Please sign in to comment.