Mohamed Ayaou
Mohamed Ayaou
FFilament
Created by blink on 11/14/2024 in #❓┊help
Loading indicator in forms
3 replies
FFilament
Created by Garadit on 10/31/2024 in #❓┊help
Lazy load table column
Maybe I got an idea using livewire, just use a custom livewire column with an empty value with a timer in the frontend to trigger a livewire code to start the data computing and displaying it, so the column is rendered empty and then just auto-update itself just an idea.
18 replies
FFilament
Created by Garadit on 10/31/2024 in #❓┊help
Lazy load table column
Thank you, I just want to say an idea about the lazy loading approach on a single column, it maybe done via some livewire tricks, or to fetch the column data with JS on the frontend manually, you know that more than me
18 replies
FFilament
Created by Garadit on 10/31/2024 in #❓┊help
Lazy load table column
Maybe it won't be that complex with livewire native support from filament?
18 replies
FFilament
Created by Garadit on 10/31/2024 in #❓┊help
Lazy load table column
Thanks, but concurrency is great when the we have an issue with multiple long running tasks not with one long task what I meant with frontend customization eg. is to load the column empty and then fetch its data later as any lazy loading approach
18 replies
FFilament
Created by Garadit on 10/31/2024 in #❓┊help
Lazy load table column
You may not lazy load the column but maybe the computing process itself, but I think you will need some frontend customization here something like that.
18 replies