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
11
votes
5 answers

How to access root context from a composition function in Vue Composition API / Vue 3.0 + TypeScript?

I want to create a reusable wrapper function written in TypeScript for triggering a toast notification by using a composition function, as defined in the current specification for Vue 3.0: Composition API RFC. This example is using BootstrapVue v2.0…
ux.engineer
  • 10,082
  • 13
  • 67
  • 112
11
votes
1 answer

How to listen to events from bootstrap-vue modal?

I have two modals in my page and I need a way to listen to 'ok' event when pressing ok button on first modal and respond by opening the another modal. There are no examples in the documentation: https://bootstrap-vue.js.org/docs/components/modal/ I…
Mohammd Dawod
  • 149
  • 1
  • 1
  • 7
11
votes
3 answers

Refresh Boostrap-Vue table after deleting a row

I'm using Bootstrap-Vue for my datatables and got the following table within my dashboard: I can succesfully delete items by clicking on the trash icon. It sends an AJAX request using Axios. However, after deletion it still displays the item until…
Jen Jensen
  • 141
  • 1
  • 1
  • 7
10
votes
3 answers

Toggle sidebar from Vue method?

In a I would like to create an action on each items so I have a button: