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
2 answers

Creating a dynamic datatable vue js

I have a requirement to build a data table/svg graph which would look like the image below so the idea is we'll use axios to get data like what are the departments and projects and how many employees from particular department is working on…
charithreddyv
  • 135
  • 4
  • 12
0
votes
1 answer

How can I determine that BootstrapVue has also included the JavaScript files required by Bootstrap?

I'm setting up BootstrapVue in my project, and the CSS appears to be there, but I'm not sure how I can confirm that the JavaScript files are included. In the bootstrap getting started guide, it says to include this JavaScript file:
Blaine Lafreniere
  • 3,451
  • 6
  • 33
  • 55
0
votes
2 answers

VUEJS Set select default values according to api response property values (displays undefined)

I have a user card list that displays some properties of the user (obtained with axios api call). On click edit button, an edit page is opened and those same list items are passed to this new page, but now become text inputs, radio buttons or…
the_flucs
  • 217
  • 1
  • 6
  • 21
0
votes
2 answers

Bootstrap-vue pagination nav not working as in the tutorial (refreshes when a page is clicked)

I implemented pagination for the gallery on my website following this tutorial. Problem is that unlike the pagination on the website linked above, my webpage refreshes after a new page number is clicked. That is not what I want to happen. I want the…
0
votes
1 answer

How to conditionally render an element, based on what radio button is checked with Vue.js

I have a form built with bootstrap-vue, the radio button code looks something like this:
ImranR
  • 516
  • 2
  • 13
  • 30
0
votes
1 answer

How do I use outsourced and editable scripts in Nuxt.js?

I am currently developing a website with Nuxt. A certain javascript file should be editable after building to change the content of a table. Does anyone have an idea how I can do this? Up to now I tried to include the javascript file as plugin…
0
votes
3 answers

Can't save input data to table

I'm trying to add a "add" button that works to save/add/insert data to my table, I type some text from tag (input type), but it don't seems to work. I already tried googling it, but I don't find what I'm trying to do. Here is my code, my vue.js…
0
votes
0 answers

Customizing a with label and invalid message

After having read the BootstrapVue documentation for the "form textarea" component am I right that does not support the following attributes to be set? invalidFeedback (as opposed to e.g. ) label If this is correct…
Robert Strauch
  • 12,055
  • 24
  • 120
  • 192
0
votes
1 answer

vue carousel with dynamic data

carousel with data from the database can not be displayed data from the database has been retrieved, it's just that it can't appear in the UI
0
votes
2 answers

b-table reloads nested components when "unshifting" a new row (but not when "pushing")

I have a vue component which contains this table, which also has a component inside its only row: