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

How to use GraphQL queries with BootstrapVue b-table?

I can use with GraphQL queries and it works fine, for example: {{page.node.Name}} …
haed
  • 3
  • 1
0
votes
1 answer

how to create dynamic input filters for columns in bootstrap-vue 2.0

I'm trying to create some dynamic filters in bootstrap-vue 2.0.0-rc.11 for the bootstrap-table columns In my example I did this
gabtzi
  • 573
  • 3
  • 8
  • 24
0
votes
2 answers

Is it possible to dynamically change a list-group from vertical to horizontal on screen smaller than lg in bootstrap-vue?

I have a list-group with icons and links. My goal is to only show the icons when the screen is smaller than lg and change the orientation from vertical to horizontal. So far I've managed to only show the icons on screens smaller than lg; however,…
dottedquad
  • 1,371
  • 6
  • 24
  • 55
0
votes
1 answer

Smart filter in Bootstrap Vue

I was wondering if there is any way to implement the Intelligent DataTables filter in the Bootstrap-Vue table, I have searched everywhere, but I have not found any functional solution to implement in my project. DataTable.net smart filter image
Saulo Lins
  • 78
  • 1
  • 7
0
votes
1 answer

Explanation request about a promise in a vuejs sample

I have a little sandbox here with two components. A list of objects ("Groups" for the example) and a confirmation modal. The modal is triggered when a delete button is clicked. (This sandbox is extracted from another post in which I asked for…
lbris
  • 1,068
  • 11
  • 34
0
votes
1 answer

Need help refactoring my vuejs code. Error v-on handler: "TypeError: Cannot read property 'products' of undefined"

Someone recommended that I should use bootstrap-vue because I am using bootstrap 4 and vue together; I believe I installed bootstrap-vue for laravel correctly. My goal: I am using VueJS 2.6.11 and bootstrap 4 to create two dynamic sections(Category…
dottedquad
  • 1,371
  • 6
  • 24
  • 55
0
votes
1 answer

Understanding how to properly add pagination with Bootstrap vue

I'm using Vue and Vue Bootsrap. I wrote the following code:
vesii
  • 2,760
  • 4
  • 25
  • 71
0
votes
1 answer

What to do to setup a ASP.NET MVC 5 application to work with PrimeVue components?

At this moment I have an operating ASP.NET MVC 5 application that works view rich views with a number of JQuery plug-ins. I want to migrate that very same application to Vue, Bootstrap-vue and PrimeVue. Vue e Bootstrap-vue are already integrated to…
AlexSC
  • 1,823
  • 3
  • 28
  • 54
0
votes
1 answer

Drawing a box onto a Image with Vue and Bootstrap

I am building an app where you can upload pictures, they are sent to a server where an object is detected on the image and the position of the object in the image is returnd. Now i want to mark the area with the detected object in the image, but i…
stanleyyyyyy
  • 53
  • 1
  • 8
0
votes
0 answers

I am using vform in vue.js to get data from a row for editing but this is the error i get. Cannot read property 'fill' of undefined

this is the variable that holds the form data userForm: new Form({ last_name: '', first_name: '', other_name: '', email: '', dob: '', …
Benjiro
  • 101
  • 2
  • 14
0
votes
1 answer

CoreUI breadcrumb navbar ruined after importing bootstrap and bootstrap-vue css files

I've added bootstrap and bootstrap-vue to my project via npm. After that, I've added the top two import statements to my App.vue file. After that, it ruins the design of CoreUI's default horizontal nav bar. What am I doing wrong?