rubanraj54 / vue-bootstrap4-table

Advanced table based on Vue 2 and Bootstrap 4 ⚡️
MIT License
220 stars 58 forks source link

Pagination option button #57

Open chemeng opened 5 years ago

chemeng commented 5 years ago

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

rubanraj54 commented 5 years ago

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.

chemeng commented 5 years ago

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.

moosti commented 5 years ago

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

mat813 commented 4 years ago

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.