matfish2 / vue-tables

Vue.js grid components
https://www.npmjs.com/package/vue-tables
MIT License
357 stars 76 forks source link

move pagination and rows per page to different spots #57

Closed Willekur closed 8 years ago

Willekur commented 8 years ago

Hey! I was playing around with your plugin and it's amazingly build. Just one question I had.

Is it possible to move the pagination and rows per page dropdown to different spots and maybe give them a bit different design? I want to put it into a design I already have.

matfish2 commented 8 years ago

The HTML template is hardcoded. You can fork the repo and change it to your liking. As for design you can write your own CSS, or override Bootstrap's sheet.

cloud9business commented 8 years ago

Perhaps the name of the hard-coded template could be made configurable. So that table-template.html could be replaced with a customised version.

matfish2 commented 8 years ago

See PR #83