|
|
@@ -368,6 +368,8 @@
|
|
|
|
|
|
function loadDataTable(){
|
|
|
if ( $.fn.DataTable.isDataTable('#tablesaw-350') ) {
|
|
|
+ $('#tablesaw-350').DataTable().destroy();
|
|
|
+ }
|
|
|
$('#tablesaw-350').DataTable({
|
|
|
thead: {
|
|
|
'th': {'background-color': 'blue'}
|
|
|
@@ -439,3 +441,4 @@
|
|
|
}
|
|
|
|
|
|
</script>
|
|
|
+@endpush
|