Skip to content
This repository has been archived by the owner on Aug 11, 2022. It is now read-only.

update angular datatables server side #93

Open
sjaeger8305 opened this issue Feb 6, 2017 · 1 comment
Open

update angular datatables server side #93

sjaeger8305 opened this issue Feb 6, 2017 · 1 comment

Comments

@sjaeger8305
Copy link

sjaeger8305 commented Feb 6, 2017

hey there, thx to your application.
i update all your codes with a new laravel version. (5.4) and laravel-datatables.

this.dtOptions = DTOptionsBuilder .newOptions() .withColReorder() .withOption('responsive', true) .withOption('serverSide', true) .withOption('processing', true) .withOption('sort', true) .withOption('lengthMenu', [[25, 50, -1], [25, 50, "All"]]) .withDataProp('data') .withBootstrap() .withOption('ajax', function(data, callback, settings) { API.all("users") .customGET('?' + jQuery.param(settings.oApi._fnAjaxParameters(settings))) .then(function(response) { callback(response.plain().data); }); }) .withPaginationType('full_numbers');

@sjaeger8305 sjaeger8305 changed the title update rectangular data tables server side update tangular datatables server side Feb 6, 2017
@sjaeger8305 sjaeger8305 changed the title update tangular datatables server side update angular datatables server side Feb 6, 2017
@silverbux
Copy link
Owner

there are lot of request for this
can you do a pull request please?
also how was it? did it work out just fine?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants