Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

205
Views
Vue 3 with bootstrap-vue-3 Table selection

I'm trying to use Vue 3 with bootstrap-vue-3 because bootstrap-vue is not working with vue 3.

I want to create selectable table but selection is not working. Even this example from documentation is not working. https://bootstrap-vue.org/docs/components/table#row-select-support

It just does not select any row and hook on row selection is not invoking.

Maybe someone knows how to fix it?

Here is app config

import { createApp } from 'vue'
import { createPinia } from 'pinia'
import BootstrapVue from "bootstrap-vue-3";

import App from './App.vue'
import router from './router'

import "bootstrap/dist/css/bootstrap.css";
import "bootstrap-vue/dist/bootstrap-vue.css";

const app = createApp(App);

app.use(createPinia());
app.use(router);
app.use(BootstrapVue);
app.mount('#app');```
about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!