Tailwind class "!" prefix removed when using Panel from custom package
!max-w-[14rem]
class in dropdown by default. I can see this class in css output generated by Filament and also in my custom theme. But when I load a panel from my package, the !
prefix is gone in html! When I have a fresh Laravel app with filament inside, the prefix is there.
Any ideas what could I check to debug it?...requireconfirmation for notification action
Typed property Filament\Tables\Filters\BaseFilter::$table must not be accessed before initialization
ExposesTableToWidgets
and InteractsWithPageTable
traits . The table has 9 different filters. 8 out of these 9 filters work great and filter the table and the widgets react to the filtered table.
However, one of these filters, the only one that is a relationship to the data causes an exception to be thrown.
I'm not sure how to even begin troubleshooting this but this is the filter causing an issue:...kenneth-sese-advanced-tables
plugin and it turns out I had to use the exact column name as the filter name. Therefore adding account.name
to the make method resolved my issue.
```php
Tables\Filters\SelectFilter::make('account.name')
->label('Account')...User administration for tenants
getEloquentQuery()
method on the Resource and add a ->where()
clause when the user is a tenantUpdate a field based on select value
afterstateupdate
FileUpload::make()->enableDownload() not working
Action outside of the panel not showing modals
<x-filament-actions::modals />
...Change default URL if not path has been set
css of select field not working anymore
Redirect after registration
Hidden create & cancel button, connect between Livewire component and action
Livewire component grid in template does not render as grid col, unless use col-start-*
.grid-cols-2
, but it does not render like so (cf. screenshot #1).
If I use .col-start-1
for the label and .col-start-2
for the value, it works, but I think it's not a normal behavior.
...Global Search Title - App\Filament\Admin\Resources\Model is not available
use Illuminate\Database\Eloquent\Model;
...Why doesn't the color of the login page and remaining password change depending on the theme I choos
Update specific column data of each row of another table when reordering the rows of category
How to access Model $record when using ->visible() or ->hidden()?
How to Access Data Table in Filament RelationManager to Create a Widget?
How to hide the field but still get the data