Alex

Results 20 comments of Alex

I join the question. I'd like to get this functionality to filter the response of private addresses!

No.... I do this for test and accidentally copied.

No error anywhere...

$dataTable->scripts() generate code: ```html (function(window,$){window.LaravelDataTables=window.LaravelDataTables||{};window.LaravelDataTables["apartment-table"]=$("#apartment-table").DataTable({"serverSide":true,"processing":true,"ajax":{"url":"","type":"GET","data":function(data) { for (var i = 0, len = data.columns.length; i < len; i++) { if (!data.columns[i].search.value) delete data.columns[i].search; if (data.columns[i].searchable === true) delete data.columns[i].searchable; if...

@3s777 Thanks for the tip! The workaround really helped: ```php @section('content') {{ $dataTable->table() }} {{ $dataTable->scripts() }} @endsection ```

```$form->getFields()``` Dont show file field :(

Раз говорить о работе скриптов, то на основе этих сделал для DNSmanager, проверил работают :)

> Did all of the user migrations run successfully? Yes