We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8cbc6d commit 20dcf7eCopy full SHA for 20dcf7e
src/Resources/UserResource/Pages/ViewUser.php
@@ -129,7 +129,7 @@ public function table(Table $table): Table
129
->heading(fn($table): Htmlable => new HtmlString(Blade::render('<filament::icon icon="heroicon-m-user"/>' . __('User Traffic (:count)', [
130
'count' => $table->getQuery()->count(),
131
]))))
132
- ->searchable()
+ ->searchable($table->getQuery()->count() > 0)
133
->paginated([4])
134
->columns([
135
TextColumn::make('path')
0 commit comments