ratiw / vue-table

data table simplify! -- vuetable is a Vue.js component that will automatically request (JSON) data from the server and display them nicely in html table with swappable/extensible pagination component.
MIT License
1.83k stars 303 forks source link

Can I apply paging on client side? #189

Closed skironDotNet closed 5 years ago

skironDotNet commented 5 years ago

I want to pull all the data from the server, I have just "limit" argument I pass to the server, do my url looks like https://localhost:44328/api/something/history/Name,50 where Name is one variable and 50 is limit, So once I get 50 objects, I would like to paginate on the client side with 10 items per page

ratiw commented 5 years ago

@skironDotNet This version is no longer supported, please use vuetable-2 instead.

Please read this section in the guide.

skironDotNet commented 5 years ago

figured, thanks