Top "Bootstrap-vue" questions

Provides implementation of Bootstrap v4.

How to include Bootstrap-Vue in Laravel

How can I install/import/include Bootstrap Vue into my laravel project? I am new in Vue, I know how …

laravel vue.js bootstrap-vue
Getting bootstrap vue pagination to play with REST api

Trying to get Bootstrap Vue to play with a REST api that returns data for one page and the total …

vue.js bootstrap-4 bootstrap-vue
Bootstrap Vue Dynamic table templating

I am working with Bootstrap Vue JS table component to create a datatable: https://bootstrap-vue.js.org/docs/components/table …

javascript vue.js bootstrap-vue
VueJS - Validate file size requirement in form file upload

I am using a Bootstrap Vue form to make a simple form where user can upload a file. Is there …

javascript forms validation vue.js bootstrap-vue
how to hide bootstrap-vue table header row

bootstrap-vue will by default create a header row for my data. Is there any way to hide the header row …

vuejs2 bootstrap-vue
How to programmatically inject content in bootstrap-vue modal body and footer?

I want to implement this functionality in vuejs app using bootstrap vue modal component: When the user clicks on the …

vue.js vuejs2 bootstrap-vue
Bootstrap-vue Collapse: show state with arrow

I'm using Bootstrap-vue, and have a simple collapse component such that I can toggle the visibility of the content. I'm …

css vue.js bootstrap-4 bootstrap-vue
How to get a Vue b-table to scroll the body with a fixed header

I've got a b-table element on a page that currently displays a bunch of data from a database. At the …

html css vue.js vuejs2 bootstrap-vue
How to make a modal fullscreen?

I am trying to make a bootstrap vue modal fullscreen. Which css classes should I override, I want to do …

bootstrap-4 bootstrap-vue
Change text colour with bootstrap-vue navbar item-dropdown

I am using Bootstrap-Vue to write a web page, but I have trouble changing the text colors on the Bootstrap …

javascript css vue.js vuejs2 bootstrap-vue