vue-tailwind-pagination icon indicating copy to clipboard operation
vue-tailwind-pagination copied to clipboard

Vue Tailwind Pagination

Results 7 vue-tailwind-pagination issues
Sort by recently updated
recently updated
newest added

When I try to filter my data, the pagination does not change. Additionally, when you filter the data from page 2, the filtered data does not appear on page 1....

There is no way to change any aspect of styling, everything is hardcoded, even when removing default styles it still has some hardcoded classes like bg-white, hover, and so on.

When I try to change page it shows such kind of error ![photo_2022-01-29_19-31-15](https://user-images.githubusercontent.com/64690567/151664837-a55fb96a-70d5-49cb-9f7d-1385478159e4.jpg) I am using Vue3

TypeError: e.hasPrev is not a function

Nice component! There is a way to hide the "Go to page" feature?