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

About the pass value problem #166

Open CHENLiver opened 6 years ago

CHENLiver commented 6 years ago

The value of pagination and the value of sorting, I need to pass the value on my own, but there seems to be no in the API, what's the solution

ratiw commented 6 years ago

Yes, there is. It's here.

If you're using Vuetable-2, you can go through the following tutorial to get yourself familiar with Vuetable-2 as well.

CHENLiver commented 6 years ago

No property or method is found to send CurrentPage = 5 to the server

ratiw commented 6 years ago

See here.