ritos123
ritos123
FFilament
Created by ritos123 on 4/26/2024 in #❓┊help
Breadcrumbs blade component arrows
solved by adding dir="ltr" to my html tag in app.blade layout <html lang="{{ str_replace('', '-', app()->getLocale()) }}" dir="ltr">
3 replies
FFilament
Created by ritos123 on 4/23/2024 in #❓┊help
Livewire component with tables and form
thanks
4 replies
FFilament
Created by ritos123 on 3/25/2024 in #❓┊help
How to save the media type while uploading? Spatie media library
Solved, i can just check for mime_type when looking for the media i thought i needed something extra
3 replies
FFilament
Created by ritos123 on 3/21/2024 in #❓┊help
Grouping rows - changing color
solved, since it was a filament ccustom page and not a resource, i added custom css to the .fi-ta-group-header Blade file: <x-filament-panels::page> <div class="sticky-thead colored-group-rows-wrapper"> {{ $this->table }} </div> </x-filament-panels::page> Css: .colored-group-rows-wrapper .fi-ta-group-header{ background-color:theme('textColor.green.400'); }
3 replies
FFilament
Created by ritos123 on 3/20/2024 in #❓┊help
Change default message when filtered table empty
thanks 😄
4 replies
FFilament
Created by ritos123 on 3/20/2024 in #❓┊help
Summarizer label
Alright thanks, ill just use the pluralModelLabel for now
11 replies
FFilament
Created by ritos123 on 3/20/2024 in #❓┊help
Summarizer label
Would there be another possibility than to change the vendor file?
11 replies
FFilament
Created by ritos123 on 3/20/2024 in #❓┊help
Summarizer label
the solution would be to change the vendor file i think
11 replies
FFilament
Created by ritos123 on 3/20/2024 in #❓┊help
Summarizer label
i added pluralModelLabel to my table, but that only changes the model part i wonder if changing the entire "All Models" is possible , not just the models name
11 replies
FFilament
Created by ritos123 on 3/20/2024 in #❓┊help
Summarizer label
my question is about the label of the "This page" and "All Posts" https://filamentphp.com/docs/3.x/tables/summaries#overview in the screenshot here you can see on the left
11 replies
FFilament
Created by ritos123 on 3/20/2024 in #❓┊help
Summarizer label
that changes the label of a column
11 replies
FFilament
Created by ritos123 on 3/19/2024 in #❓┊help
Clickable defaultGroup, instead of row
Or maybe add a button in the grouping?
2 replies