Skip to content

Commit

Permalink
Update CanSearchRecords.php
Browse files Browse the repository at this point in the history
  • Loading branch information
danharrin committed Dec 17, 2024
1 parent 090fc9e commit 6e2b5e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/tables/src/Table/Concerns/CanSearchRecords.php
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ public function isSearchableByColumn(): bool
continue;
}

if (! $column->isVisible()) {
if ($column->isHidden()) {
continue;
}

Expand Down

0 comments on commit 6e2b5e7

Please sign in to comment.