Mohamed Ayaou
Loading indicator in forms
see this from filamentexamples:
https://filamentexamples.com/tutorial/loading-indicator-live-slow-network-connection?source=search
3 replies
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
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