TahaSh / vue-paginate

A simple vue.js plugin to paginate data
MIT License
593 stars 103 forks source link

paginate-link with custom text #93

Open jangholi opened 6 years ago

jangholi commented 6 years ago

how can i use custom text for paginate link ?

TahaSh commented 6 years ago

What do you mean by "custom text"? Could you please give an example? If you're talking about changing step links, check this: https://github.com/TahaSh/vue-paginate#customizing-step-links

printernet commented 4 years ago

@TahaSh , I am looking for any way to use an image or even just HTML entities like ⟨ or ⟩ for the Previous / Next. I can see that everything is sanitized, can you suggest a way to replace the text with an arrow or an image? Thank you for your work!