© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•2y ago•
6 replies
nowak

isIndividual column search removes table when no results

I have a TextColumn that I want to make searchable and set isIndividual to true:
TextColumn::make('user.full_name')
  ->label('Name')
  ->sortable(['first_name', 'last_name', 'company'])
  ->searchable(['first_name', 'last_name', 'company'], isIndividual: true),
TextColumn::make('user.full_name')
  ->label('Name')
  ->sortable(['first_name', 'last_name', 'company'])
  ->searchable(['first_name', 'last_name', 'company'], isIndividual: true),

Which works great. But when I search for a name that does not exist, the table is removed and the search field (see screenshots). Is it possible to just show an empty table instead of nuking the table when there are no search results?
This adds an annoying element of with using
isIndividual: true
isIndividual: true
, as you have to clear the added filter and retype the search every time you search for something that does not exist, instead of just changing your search input.
image.png
image.png
image.png
Solution
I added the issue here:
https://github.com/filamentphp/filament/issues/13734
GitHub
isIndividual column search removes table when no results · Issue #1...
Package filament/filament Package Version v3.2.96 Laravel Version v11.7.0 Livewire Version v3.5.1 PHP Version PHP 8.2 Problem description I have a TextColumn that I want to make searchable and set ...
isIndividual column search removes table when no results · Issue #1...
Jump to solution
Filament banner
FilamentJoin
A powerful open source UI framework for Laravel • Build and ship admin panels & apps fast with Livewire
20,307Members
Resources
Was this page helpful?

Similar Threads

Recent Announcements

Similar Threads

Global Search Table Column
FilamentFFilament / ❓┊help
2y ago
search id column in table
FilamentFFilament / ❓┊help
3y ago
Search input per table column
FilamentFFilament / ❓┊help
3y ago
Prevent Individual search fields from hiding when no results
FilamentFFilament / ❓┊help
2y ago