You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
6 lines
492 B
6 lines
492 B
window.{{ config('datatables-html.namespace', 'LaravelDataTables') }} = window.{{ config('datatables-html.namespace', 'LaravelDataTables') }} || {};
|
|
window.{{ config('datatables-html.namespace', 'LaravelDataTables') }}.options = %2$s
|
|
window.{{ config('datatables-html.namespace', 'LaravelDataTables') }}.editors = [];
|
|
@foreach($editors as $editor)
|
|
window.{{ config('datatables-html.namespace', 'LaravelDataTables') }}.editors["{{$editor->instance}}"] = {!! $editor->toJson() !!}
|
|
@endforeach
|
|
|