Skip to content

Commit

Permalink
Merge pull request #131 from lukasinko/v3
Browse files Browse the repository at this point in the history
Fix to not show column labels for columns which are disabled
  • Loading branch information
alperenersoy authored Sep 6, 2024
2 parents cb23490 + c2b132c commit 406d174
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/FilamentExport.php
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,6 @@ public static function getFormComponents(FilamentExportHeaderAction | FilamentEx
} else {
$columns = $action->shouldShowHiddenColumns() ? $action->getTable()->getColumns() : $action->getTable()->getVisibleColumns();
}
$columns = $action->shouldShowHiddenColumns() ? $action->getTable()->getColumns() : $action->getTable()->getVisibleColumns();

$columns = collect($columns);

Expand Down

0 comments on commit 406d174

Please sign in to comment.