Skip to content

Commit

Permalink
Surveys: Table corrections BT#18008
Browse files Browse the repository at this point in the history
  • Loading branch information
jmontoyaa committed Jan 25, 2021
1 parent 8e5cd87 commit 425afe4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main/survey/survey_list.php
Expand Up @@ -547,7 +547,7 @@
);

$page->getColumnDimensionByColumn($cell->getColumn())->setAutoSize(0);
$page->getColumnDimensionByColumn($cell->getColumn())->setWidth(100);
$page->getColumnDimensionByColumn($cell->getColumn())->setWidth(60);

//$cell = @$page->setCellValueByColumnAndRow($columnUser++, $row, $user['firstname'], true);
/*$page->getColumnDimensionByColumn($cell->getColumn())->setAutoSize(0);
Expand Down

0 comments on commit 425afe4

Please sign in to comment.