Gabriel Sieben
Explore posts from serversIs it possible to hide column names in Table Builder?
Hello,
I've used the Table Builder in a rather unusual way in my app - and it works great, but I wish I could completely hide the row where the column names are shown. I can't find an option to do this. I can try setting all the column labels to an empty string, but there's still a gray bar. If there is one I don't know of (or if that could be added in a future release), that would be fantastic.
7 replies
S3 Signed URL Caching
Hello,
The
ImageColumn
has a method called ->private()
, which allows creating a signed URL for the image. Is there a way to cache this URL (for, say, 24 hours), so that every time the table is loaded during that period, the browser's native cache can still function and avoid re-downloading the image over and over?2 replies
Upgrading from 3.1.7 to 3.1.10/3.1.11 breaks InfoLists
Hello,
I recently upgraded my Filament installation from 3.1.7 (a version just 3 days old) to 3.1.11. However, the tabs on my InfoList immediately started breaking with the following error:
I backtracked a bit and found that 3.1.10 is where the problem began, as 3.1.9 works fine. I'm guessing it's an issue with https://github.com/filamentphp/filament/pull/10062, but could be wrong?
1 replies
Database Notifications Slideover Custom Model
Hello,
I love the
@livewire('notifications')
panel, and have almost everything working correctly... but how do I use a Model (with the Notifiable
trait on it, of course) that isn't User
?
I tried doing an override of Filament\Livewire\DatabaseNotifications
like so:
And then putting it in the AppServiceProvider:
But no luck; the slideover panel is still showing for the logged-in User instead of my other Notifiable entity.45 replies