I'm using the VueJS Vuetify framework and I need a pagination option with more features then the basic one available.
what am i looking for:
- an option to add custom names (not just numbers)
- a tooltip over the buttons
- to disable/enable just some of the buttons
- pagination - meaning: use next, previous and "..." if there are too many pages
if the pagination had a template option (slot) that would of been perfect.
now i am wondering how is the best why to get my goal. is there a way to add templates to vuetify? is there a different component that has this options on the pagination?