khairulazmi_
khairulazmi_
FFilament
Created by karpadiem on 7/31/2024 in #❓┊help
Table Column Relationship Sum, Avg, Max, Min, ext being ignored
What did you change ? I still getting list .
11 replies
FFilament
Created by khairulazmi_ on 9/13/2024 in #❓┊help
Why we cant use take() method inside query method ?
solution apply method paginated(false) 🥲 .
4 replies
FFilament
Created by tinkypinky on 2/1/2024 in #❓┊help
Clear Notification after Button Clicked
But if user mark as read, filament won't fetch it correct?
25 replies
FFilament
Created by tinkypinky on 2/1/2024 in #❓┊help
Clear Notification after Button Clicked
I don't want user to clear their notifications . Just mark as read only..
25 replies
FFilament
Created by tinkypinky on 2/1/2024 in #❓┊help
Clear Notification after Button Clicked
can we totally remove clear button. ?
25 replies
FFilament
Created by khairulazmi_ on 5/30/2024 in #❓┊help
can we use file upload components inside our livewire ?
I am still learning tho, still learning how to make own component. but thanks for information @Leandro Ferreira 👏🏿
8 replies
FFilament
Created by khairulazmi_ on 5/30/2024 in #❓┊help
can we use file upload components inside our livewire ?
can we do this @Leandro Ferreira ?
8 replies
FFilament
Created by khairulazmi_ on 5/30/2024 in #❓┊help
can we use file upload components inside our livewire ?
no i mean . can we use it as a blade component like
<x-filament::input.wrapper>
<x-filament::fileupload
wire:model="name"
/>
</x-filament::.wrapper>
<x-filament::input.wrapper>
<x-filament::fileupload
wire:model="name"
/>
</x-filament::.wrapper>
8 replies
FFilament
Created by khairulazmi_ on 5/25/2024 in #❓┊help
How to make form inside Action live ?
Example we can do this in Form
return $form
->live()
->schema([])
->statePath('data');
return $form
->live()
->schema([])
->statePath('data');
3 replies
FFilament
Created by SirAlyon on 2/29/2024 in #❓┊help
Customizing Filament Export Action
Yeah . Apparently I set my supervisor wrong .
43 replies
FFilament
Created by SirAlyon on 2/29/2024 in #❓┊help
Customizing Filament Export Action
how you change the permission ? I want to have when new folder created it should be use www-data
43 replies
FFilament
Created by khairulazmi_ on 5/3/2024 in #❓┊help
Modal Action inside Slideover [BUG]
I think you mean this one @Dennis Koch . https://github.com/filamentphp/filament/issues/10925
6 replies
FFilament
Created by khairulazmi_ on 5/3/2024 in #❓┊help
Modal Action inside Slideover [BUG]
thanks dennis . will look at it .
6 replies
FFilament
Created by khairulazmi_ on 5/3/2024 in #❓┊help
Modal Action inside Slideover [BUG]
Bump . I really need help 😄
6 replies
FFilament
Created by khairulazmi_ on 5/3/2024 in #❓┊help
Modal Action inside Slideover [BUG]
anyone ?
6 replies
FFilament
Created by Lara Zeus on 3/15/2024 in #❓┊help
[phpStan] Illuminate\Database\Eloquent\Model::$id.
did you find a workaround ?
7 replies
FFilament
Created by khairulazmi_ on 3/8/2024 in #❓┊help
How to group this code ?
Anyone?
5 replies
FFilament
Created by khairulazmi_ on 3/8/2024 in #❓┊help
How to group this code ?
Need help!
5 replies
FFilament
Created by khairulazmi_ on 3/8/2024 in #❓┊help
How to group this code ?
I am thinking to do something like this
Select::make('slot'
->group(function (Get $get, ?Model $record, $select) {
$bool = true;
$select->prefixIcon($bool ? 'heroicon-o-check' : "heroicon-o-x-mark")
->prefixIconColor(...)...
})
Select::make('slot'
->group(function (Get $get, ?Model $record, $select) {
$bool = true;
$select->prefixIcon($bool ? 'heroicon-o-check' : "heroicon-o-x-mark")
->prefixIconColor(...)...
})
5 replies
FFilament
Created by khairulazmi_ on 3/4/2024 in #❓┊help
Modal overflow text
wrap in dev ? can you show me some code . thanks larazeus
5 replies