Mohamed Ayaou
Mohamed Ayaou
FFilament
Created by Asmit Nepali on 1/17/2025 in #❓┊help
Is there any way to add loading indicator on sorting of table head after click on sort icon ?
You may inject the custom view as a table header action or similar thing
6 replies
FFilament
Created by Asmit Nepali on 1/17/2025 in #❓┊help
Is there any way to add loading indicator on sorting of table head after click on sort icon ?
6 replies
FFilament
Created by Asmit Nepali on 1/17/2025 in #❓┊help
Is there any way to add loading indicator on sorting of table head after click on sort icon ?
this is trick for a loading indicator showing whenever something is loading in the page buy livewire
6 replies
FFilament
Created by Asmit Nepali on 1/17/2025 in #❓┊help
Is there any way to add loading indicator on sorting of table head after click on sort icon ?
it is possible using a custom view that listens to the livewire loading states
6 replies
FFilament
Created by ocram82 on 2/7/2025 in #❓┊help
Route [filament.admin.auth.email-verification.verify] not defined.
If you don't want to repeated configuration on each panel then this is a simple trick (1 minute reading): https://filamentphp.com/content/shaung-bhone-overriding-the-filament-panel-provider
11 replies
FFilament
Created by ocram82 on 2/5/2025 in #❓┊help
Filament layout to livewire component
Are you rendering your custom view inside a filament panel or outside panels builder?
26 replies
FFilament
Created by ocram82 on 2/5/2025 in #❓┊help
Filament layout to livewire component
26 replies
FFilament
Created by ocram82 on 2/5/2025 in #❓┊help
Filament layout to livewire component
this is not the right one but this how to use all of the filament blade views and components
26 replies
FFilament
Created by ocram82 on 2/5/2025 in #❓┊help
Filament layout to livewire component
try something like: <x-filament::panels-page>
26 replies
FFilament
Created by Keen on 2/5/2025 in #❓┊help
Newly cloned filament project unable to run
you should be able to run composer commands link install and update, which are the direct fix to the error message
6 replies
FFilament
Created by Keen on 2/5/2025 in #❓┊help
Newly cloned filament project unable to run
it is just a behavior in php artisan commands, they load many parts of your code base during its excution
6 replies
FFilament
Created by Giant Robo on 2/5/2025 in #❓┊help
Can you have a "Next" and "Prev" button, inside an Edit page
Inspect the plugin soruce code to get an idea about how to implement it
16 replies
FFilament
Created by Giant Robo on 2/5/2025 in #❓┊help
Can you have a "Next" and "Prev" button, inside an Edit page
16 replies
FFilament
Created by Giant Robo on 2/5/2025 in #❓┊help
Can you have a "Next" and "Prev" button, inside an Edit page
You can also customize the after edit/create redirect URLs of any resource
16 replies
FFilament
Created by Giant Robo on 2/5/2025 in #❓┊help
Can you have a "Next" and "Prev" button, inside an Edit page
but not supprting RTL
16 replies
FFilament
Created by Giant Robo on 2/5/2025 in #❓┊help
Can you have a "Next" and "Prev" button, inside an Edit page
Yeah, it makes sense, first there's a plugin with similar feature: https://filamentphp.com/plugins/jose-espinal-record-navigation
16 replies
FFilament
Created by dyo on 2/4/2025 in #❓┊help
make form in modal is centered
You may use a custom CSS too
8 replies
FFilament
Created by dyo on 2/4/2025 in #❓┊help
make form in modal is centered
the dev tools will be the key solution here
8 replies
FFilament
Created by dyo on 2/4/2025 in #❓┊help
make form in modal is centered
I think you need a parent element like a Group or a Grid to pass them to it
8 replies
FFilament
Created by dyo on 2/4/2025 in #❓┊help
make form in modal is centered
I think the classes extraAttributes are sent to the same element (inspect it for correctness)
8 replies