datatable + laravel + livewire

datatable + laravel + livewire

jmeavricjmeavric Posts: 3Questions: 1Answers: 0

Hi
In my project I use livewire with datatable and modal. When I show modal:
public function show($regeneration)
{

$this->dispatch('open-modal', 'detailsModal');
}

all add-ons such as search engine, sorting and paging disappear.

When I close modal still all adds are unavilable

I tried :
$('#tabela').DataTable().ajax.reload();
but still nothing

Why?
How to reload datatable?
BR

Answers

Sign In or Register to comment.