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

added pagination to top of table (and keep it below also) #118

Open jaketoolson opened 7 years ago

jaketoolson commented 7 years ago

I want to know if I can optionally add the pagination component to the top of the table in addition to keeping it at the bottom.

ratiw commented 7 years ago

@jaketoolson Sorry, you cannot do that in this version. But you can do that on vuetable-2 as pagination component is no longer embedded inside vuetable.