Skip to content

Commit

Permalink
Add comment about calling order
Browse files Browse the repository at this point in the history
  • Loading branch information
doekenorg committed Mar 6, 2024
1 parent 7504194 commit 1569e4f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/GFExcelOutput.php
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ public function render($save = false)
$this->setRows();

$form = $this->getForm();
// The order of retrieving rows first is required. Do not change.
$rows = $this->getRows();
$columns = $this->getColumns();

Expand Down

0 comments on commit 1569e4f

Please sign in to comment.