Questions tagged [bootstrap-vue]

Provides implementation of Bootstrap v4.3 components and grid system for Vue.js 2.6+

Bootstrap-Vue

With BootstrapVue you can build responsive, mobile-first, and ARIA accessible projects on the web using Vue.js and the world's most popular front-end CSS library — Bootstrap v4

Resources

1650 questions
0
votes
1 answer

Bootstrap Vue Table - Getting the selections from multiple tables?

I've been playing around with Bootstrap Vue and tables. My problem is as follows: I have several tables that are dynamically loaded on a page, and users should be able to select items on each of those tables. All selections should then be…
Pr4w
  • 103
  • 10
0
votes
1 answer

Accessing JSON with integers as keys

The JSON looks like this: "awards": [ "awardsAtLevel": { "1": "Gold", "3": "Gold", "5": "Gold", "7": "Gold" } ] so I'd assume I should just use the bracket syntax: ...awards.awardsAtLevel["1"] But this doesn't get…
Nivyan
  • 119
  • 12
0
votes
1 answer

Formatter column - Bootstrap-vue - VueJS

I need to apply a formatter to the from and to column, so that they are recognized as the value shown in the table, their description and not their code.
rufus05
  • 43
  • 1
  • 10
0
votes
2 answers

How to increase b-tooltip width?

I am using b-tooltip tags of BootstrapVue to show information. I want to increase the width of b-tooltip (for long text message), text alignment, etc . How can i do it (basically how can i style it)? Hover Me …
rahul sharma
  • 89
  • 1
  • 10
0
votes
0 answers

Display column with condition - Bootstrap-vue - VueJS

I have three columns in a table, but I would like to display the third column only if the user logged in is a user with an administrator profile.
rufus05
  • 43
  • 1
  • 10
0
votes
0 answers

VueJS / Bootstrap vue - accordion broken on deployment

I am facing difficulties with my VueJS deployment. I have an accordion based on this : https://bootstrap-vue.org/docs/components/collapse#accordion-support Everything works perfectly on my local project but when deployed on Netlify, it seems that…
intuix
  • 268
  • 1
  • 2
  • 8
0
votes
1 answer

vue.js unit test v-slot with function call

I use bootstrap-vue for the vue.js css framework and decided to test the desired component. This component uses b-table and has a v-slot with a call function.