Mook
Mook
FFilament
Created by Mook on 10/22/2024 in #❓┊help
Bulk actions which is only visible when 2 rows are selected
Can you share your bulk action code?
12 replies
FFilament
Created by Mook on 10/22/2024 in #❓┊help
Bulk actions which is only visible when 2 rows are selected
Let me know if you find anything. I’ve hit a brick wall with this and can not find a solution
12 replies
FFilament
Created by Mook on 10/22/2024 in #❓┊help
Bulk actions which is only visible when 2 rows are selected
Thanks for the suggestions, I just found this from Dan: https://discord.com/channels/883083792112300104/1088344527745585182 looks like the PHP array is never updated and is only stored in the JS. With $selectedRecords the code errors as it is always null when first called. ($selectedRecords) must be of type Illuminate\Database\Eloquent\Collection, null given Is it possible to access the Filament JS?
12 replies
FFilament
Created by Mook on 1/8/2024 in #❓┊help
Custom row classes border colour weirdness
3 replies
FFilament
Created by darwin on 6/27/2023 in #❓┊help
select
->disablePlaceholderSelection() is now deprecated you can use: ->selectablePlaceholder(false)
7 replies
FFilament
Created by Mook on 10/23/2023 in #❓┊help
Stats widgets in rows of 4 columns
I've added the getHeaderColumns() function into my statswidgets class as well but this doesn't do anything either. The only thing that seems to alter the formatting is the $columnSpan array but this will only shrink all of the stats widgets as a group, I guess because they're all created in the same class.
4 replies
FFilament
Created by Abi on 9/18/2023 in #❓┊help
is there a way to update the tab label with relation managers
public function getContentTabLabel(): string { return 'whatever you want the tab to be'; }
2 replies
FFilament
Created by Mook on 9/25/2023 in #❓┊help
2 Dashboard nav items appearing
This is the way, fixed by disabling the default dashboard
6 replies