kbb
Sending database notifications not showing in table
I can't get database notifications to work in my filament panel after following the steps of doing a migration and adding
->databaseNotifications()
in my admin panel.
User::find(4)->notify(\Filament\Notifications\Notification::make()->title('Saved successfully')->toDatabase());
also does not create any records in notifications
table.. what am i missing?1 replies
Control spacing between columns
https://filamentphp.com/docs/3.x/tables/columns/image#customizing-the-size Is there a way to shrink the space between columns? I'm thinking to push everything towards the left, with whitespace on the right of the right most column
4 replies