python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
How to change the border variant of a selected Bootstrap Vue card when clicked in v-for
I have my b-card and v-for showing and functioning mostly as desired, the one issue I'm running into is changing the border-variant of a card that is selected. So far I have tried nesting the v-for th...
AdamBrashear
Votes: 0
Answers: 2
Pass selected option <b-form-select> to axis post from child to parent
I created a form using Vue.js. All my input fields are getting passed but I can't get the value in the <b-form-select> to pass. How do I pass the value of the selected option in <b-form-selec...
Sue11
Votes: 0
Answers: 1
Table elements appear under the table header when scrolling
I'm using Vue and bootstrap to create a table:
<b-table
striped
hover
responsive="true"
:no-border-collapse=&...
Eric
Votes: 0
Answers: 1
Change text color in BootstrapVue table if this column value is greater than another column value
I have a BootstrapVue table that looks like this;
I would like to change the text colour of the number in Age column to green if Age >= ID and to red if Age < ID.
Here is the code in a single H...
user3848207
Votes: 0
Answers: 3