antoniandre / wave-ui

A UI framework for Vue.js 3 (and 2) with only the bright side. ☀️
https://antoniandre.github.io/wave-ui
MIT License
544 stars 39 forks source link

Pagination Slot for w-table #137

Closed Fleximex closed 7 months ago

Fleximex commented 7 months ago

I would be nice to be able to edit the pagination UI of a w-table by providing a custom template. For example <template #pagination=

Similar to how it is now implemented for Footers, Headers, Row Cells, etc.

antoniandre commented 7 months ago

Hi @Fleximex, The pagination slot was actually already existing but the documentation was missing. I took the opportunity to review all the pagination and finish/improve what needed to be, now released in version 3.9.2. Please check the pagination documentation for details: https://antoniandre.github.io/wave-ui/w-table#pagination, as well as the new example about the custom pagination.

antoniandre commented 7 months ago

I hope it solves the issue, if not please reopen :)