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

[w-table] Small fix to mobile table with pagination display. #134

Closed Hexagon-Dev closed 7 months ago

Hexagon-Dev commented 8 months ago

Looks like mobile table with pagination is broken.

image

With this commit it looks better and footer UI fits mobile.

image image

antoniandre commented 7 months ago

Hi @Hexagon-Dev, thanks for the PR. Since the pagination was in progress the layout was not finished, but now this part of the code and the associated layout is complete and it should solve your layout issue. in version 3.9.2. Please check the documentation for details https://antoniandre.github.io/wave-ui/w-table#pagination, and note that you can also use the pagination slot to override the layout if you need.