technocrat
technocrat
FFilament
Created by technocrat on 6/27/2024 in #❓┊help
How to Programmatically Navigate to a Specific Step in a Wizard
worked like a charm
8 replies
FFilament
Created by technocrat on 6/27/2024 in #❓┊help
How to Programmatically Navigate to a Specific Step in a Wizard
Thanks A lot man
8 replies
FFilament
Created by technocrat on 6/27/2024 in #❓┊help
How to Programmatically Navigate to a Specific Step in a Wizard
I have custom livewire component and rendering that using View field, in that custom component i am dispatching it using javascript on a specific websocket event
8 replies
FFilament
Created by technocrat on 5/13/2024 in #❓┊help
Wizard Step event dispatching issue inside aftervaliadtion()
anybody?
4 replies
FFilament
Created by technocrat on 5/9/2024 in #❓┊help
Wizard step - Step Forward, Step Back Without Clicking the Action Button
from the javascript side, or from mount in a component after performing some task
dispatch('next-wizard-step', statePath: $statePath)
dispatch('next-wizard-step', statePath: $statePath)
tried this seems to be working but after or before validation function is not executing
5 replies
FFilament
Created by Javier Mercedes on 1/24/2024 in #❓┊help
Modal open event not firing
yes
4 replies
FFilament
Created by Javier Mercedes on 1/24/2024 in #❓┊help
Modal open event not firing
I am also facing the same issue. Anybody help us?
4 replies
FFilament
Created by technocrat on 4/30/2024 in #❓┊help
Troubleshooting Step Wizard: Next Button Loader Spinning Infinitely
No description
6 replies
FFilament
Created by technocrat on 4/30/2024 in #❓┊help
Troubleshooting Step Wizard: Next Button Loader Spinning Infinitely
anybody?
6 replies
FFilament
Created by Dushmanta on 3/12/2024 in #❓┊help
Action button not working on first click
having same kind of issue. Anybody?
7 replies
FFilament
Created by technocrat on 1/16/2024 in #❓┊help
Database notification slowing down the app performance
Thanks man, i will prefer the cron job
14 replies
FFilament
Created by technocrat on 1/16/2024 in #❓┊help
Database notification slowing down the app performance
Yup after login all the pages get freezed, After clearing all notification the app is running at blazing fast, actually this issue is arised in my production. I recreated this issue by adding this piece of code in command $user = User::find(1); if (!$user) { $this->error('User with ID 1 not found.'); return; } for ($i = 0; $i < 1000; $i++) { $user->notify( Notification::make() ->title('Saved successfully') ->toDatabase(), ); } after this my local app gets freezed, Hence i concluded that the main culprit is this notification
14 replies
FFilament
Created by technocrat on 1/16/2024 in #❓┊help
Database notification slowing down the app performance
okay thanks, any other approach?
14 replies
FFilament
Created by technocrat on 1/16/2024 in #❓┊help
Database notification slowing down the app performance
Yes for that perticular logged in user. Is there any way to add pagination in notification
14 replies
FFilament
Created by technocrat on 10/31/2023 in #❓┊help
View::make() not working properly inside of wizard
at intial load the card element get render but when i click on select field which is reactive, its get wiped
15 replies
FFilament
Created by technocrat on 10/31/2023 in #❓┊help
View::make() not working properly inside of wizard
thank you But i am using filament v2 this docs is for v3, i have done this
Filament::registerScripts(['https://js.stripe.com/v3/',]);
Filament::registerScripts(['https://js.stripe.com/v3/',]);
in my AppserviceProvider
15 replies
FFilament
Created by technocrat on 10/31/2023 in #❓┊help
View::make() not working properly inside of wizard
I went through the docs but unable to find a way, if any references availbe please provide
15 replies
FFilament
Created by technocrat on 10/31/2023 in #❓┊help
View::make() not working properly inside of wizard
Any other way i can achieve this?
15 replies
FFilament
Created by technocrat on 8/7/2023 in #❓┊help
Infinite scroll In Table
Yup thanks All
17 replies
FFilament
Created by technocrat on 8/7/2023 in #❓┊help
Infinite scroll In Table
yup this is the only way
17 replies