vue-paginate icon indicating copy to clipboard operation
vue-paginate copied to clipboard

Pagination links not displaying correctly with Semantic-UI

Open bushcode opened this issue 8 years ago • 2 comments

I have been able to implement vue-paginate with a semantic-ui basic table and it works fine except the pagination links do not display right. Could it be an issue with semantic-ui? screen shot 2017-03-05 at 15 13 41

bushcode avatar Mar 05 '17 14:03 bushcode

@bushcode Have you checked the Links Customization section? From what I see here, your issue can be fixed by styling your paginate-links li element with this: display: inline-block. Please let me know if doesn't fix it. Thanks for using the plugin.

TahaSh avatar May 18 '17 15:05 TahaSh

I also have a problem with the pagination links not displaying correctly using Semantic-UI image

The problem is Semantic-UI relies on it's pagination markup to be in a <div> instead of <ul>. I was wondering if the paginate-links component could be updated with a :tag prop similar to what the paginate component already has?

cocoastorm avatar Jun 13 '17 17:06 cocoastorm