Displaying loading indicator for Component BulkAction
I have a BulkAction at a Component which is processing data. The processing may take a lot of time and I would like to have some indication that a data is being processing i.e. someting like a loading/processing indicator. It could be as simple as "Processing..." or " like "1 of 10 processed..". Is there a way to do that in Filament?
2 Replies
Really... you should create that as a Job and then use notifications to report when that job has finished running.
yeah, doing this synchronously is not possible as Livewire doesn't rerender the component until the work is done