coderdiaz / vue-datasource

A vue.js component to create dynamic tables
MIT License
417 stars 93 forks source link

So I need to generate the pagination in my API response? #25

Closed esrevinu closed 7 years ago

esrevinu commented 7 years ago

I find the data API contains the pagination details which I think it can be computed in "vue-datasource"

coderdiaz commented 7 years ago

Hi @esrevinu, of course, but at the moment this only works with the API pagination object response. If you can do it, your contribution are welcome.

Thanks.