I need to update a livewire datatable using ->emit('refreshDataTable');
from a Laravel job or service, since it is asynchronous, I cannot do it from the component, since when it is updated, the Job is still running
it's possible?
I need to update a livewire datatable using ->emit('refreshDataTable');
from a Laravel job or service, since it is asynchronous, I cannot do it from the component, since when it is updated, the Job is still running
it's possible?