filament/filament
v3.2.96
v11.7.0
v3.5.1
PHP 8.2
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),
Which works great. But when I search for a name that does not exist, the table and search field is removed.
This adds an annoying element with using isIndividual: true, as you have to clear the added filter and retype the search query every time you search for something that does not exist, instead of just changing your search input.
I expected that the table and search field would stay visible, when no search results are found, and allow me to change the search input directly.
Go to the filament demo site to the customer resource:
https://demo.filamentphp.com/shop/customers
Type in a name that does not exist in the first name column.
NA
No response
Pay now to fund the work behind this issue.
Get updates on progress being made.
Maintainer is rewarded once the issue is completed.
You're funding impactful open source efforts
You want to contribute to this effort
You want to get funding like this too