[WIP] Setup of skeleton
This commit is contained in:
6
resources/views/vendor/datatables/options.blade.php
vendored
Normal file
6
resources/views/vendor/datatables/options.blade.php
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
window.LaravelDataTables = window.LaravelDataTables || {};
|
||||
window.LaravelDataTables.options = %2$s
|
||||
window.LaravelDataTables.editors = [];
|
||||
@foreach($editors as $editor)
|
||||
window.LaravelDataTables.editors["{{$editor->instance}}"] = {!! $editor->toJson() !!}
|
||||
@endforeach
|
||||
Reference in New Issue
Block a user