livewire ignore datatable

Solutions on MaxInterview for livewire ignore datatable by the best coders in the world

showing results for - "livewire ignore datatable"
Theophilus
20 Oct 2019
1<div wire:ignore>
2  	<table id="table"></table>
3</div>
4
5<script>
6	$("#table").DataTable();
7</script>