options.blade.php 492 B

123456
  1. window.{{ config('datatables-html.namespace', 'LaravelDataTables') }} = window.{{ config('datatables-html.namespace', 'LaravelDataTables') }} || {};
  2. window.{{ config('datatables-html.namespace', 'LaravelDataTables') }}.options = %2$s
  3. window.{{ config('datatables-html.namespace', 'LaravelDataTables') }}.editors = [];
  4. @foreach($editors as $editor)
  5. window.{{ config('datatables-html.namespace', 'LaravelDataTables') }}.editors["{{$editor->instance}}"] = {!! $editor->toJson() !!}
  6. @endforeach