vue-bootstrap4-table icon indicating copy to clipboard operation
vue-bootstrap4-table copied to clipboard

Pagination option button

Open chemeng opened this issue 5 years ago • 4 comments

Hey Ruby,

another small issue I have is with the pagination option dropdown button. The problem is whenever I click on it to change the number of items displayed per page, instead of getting a dropdown it just redirects to the top of the table acting like a link instead. Any idea why? Also when I set the card_mode to true the "Go to Page" input field becomes too small to hold the text.

Thanks, Tim

test

chemeng avatar May 22 '19 09:05 chemeng

Hi @chemeng

I couldn't able to reproduce this issue. It would be great if you can make a codepen example and share the link here.

Cheers, Ruby.

rubanraj54 avatar May 22 '19 15:05 rubanraj54

For the small text, if you turn on the card_mode in the demo codepen (https://codepen.io/rubanraj54/pen/zyZdzN) you can see that the word "page" disappears. For the button, I think some other class in my project is overwriting its functionality. I'll try and isolate it if possible.

chemeng avatar May 23 '19 01:05 chemeng

Same issue with bootstrap-vue.js please add jquery to list of dependencies Feature request : make it compatible with bootstrap-vue, so much easier

moosti avatar Jun 13 '19 20:06 moosti

I have the same problem, clicking on the dropdown link just takes me to the top of the page because of the href="#". Using the bootstrap-vue dropdown feature would be much easier.

mat813 avatar Dec 18 '19 15:12 mat813