ratiw / vuetable-2-tutorial

MIT License
258 stars 67 forks source link

Pagination and Laravel Eloquent API Resources endpoints #67

Open Dimidel opened 6 years ago

Dimidel commented 6 years ago

Hi, The pagination system is fit to work with the basic Laravel pagination wrapping. It would be interesting to implement the wrapping structure coming from the Laravel Eloquent API Resources layer. It's giving something like this : { "data": [], "links": { "first": "", "last": "", "prev": "" , "next": "" }, "meta": { "current_page": "", "from": "", "last_page": "", "path": "", "per_page": "", "to": "", "total": "" } }

Regards ;)