Skip to content

Commit 1569e4f

Browse files
committed
Add comment about calling order
1 parent 7504194 commit 1569e4f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/GFExcelOutput.php

+1
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@ public function render($save = false)
126126
$this->setRows();
127127

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

0 commit comments

Comments
 (0)