Arjay Angeles

Results 436 comments of Arjay Angeles

@rainying thanks. I think PR https://github.com/yajra/homestead-oracle/pull/13 to support php7.1 also applies the same solution.

Sorry for late reply. I've been using Laravel Valet now so was not able to update this package for quite some time. Anyways, I think the pending PR https://github.com/yajra/homestead-oracle/pull/13 should...

The changes looks good but having a hard time downloading the box to test. Download always resets when almost done. Will try again later today. Thanks!

You need to follow the select2 ajax response requirements. JSON structure is ``` 'results' => [ ['id' => 1, 'text' => 'text'] ], 'pagination' => [ 'more' => true ]...

Make sure your ajax can return an initialValue that is triggered when you do an Edit mode.

Sorry for late reply. Please do not hesitate to submit a PR if you still need. Thanks!

Sort before render, I think you just need `orders` option? ```php ->orders([[1, 'desc'], [2, 'asc']]) ->orderBy(3, 'desc') ``` For column arrangement, just set it in the `getColumns()` method?

I think adding a base href might fix your issue. ``` ``` Or override the script on display to fit your needs.

> In the long run, however, it will probably be better to load the concrete URL from the server. I agree, if you can implement this, I would gladly accept...

Thanks for reporting, I am aware of the issue and have already migrated one of my repo to openspout https://github.com/yajra/laravel-datatables-export. I might remove fast-excel and redo the export here using...