We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b49e86 commit 56b2c27Copy full SHA for 56b2c27
src/resources/views/editor.blade.php
@@ -9,4 +9,7 @@
9
@endforeach
10
11
window.{{ config('datatables-html.namespace', 'LaravelDataTables') }}["%1$s"] = $("#%1$s").DataTable(%2$s);
12
-});
+});
13
+@foreach ($scripts as $script)
14
+@include($script)
15
+@endforeach
0 commit comments