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

410
Views
En el evento de llamada de fila flotante en Vuetify v-data-table

Uso v-data-table para mostrar mis datos:

 <v-data-table show-select :headers="headers" :items="items" > <template slot="header.data-table-select" slot-scope="{ on, props }" > <v-simple-checkbox v-bind="props" v-on="on" :value="props.value" /> </template> <template slot="item.data-table-select" slot-scope="{ isSelected, select}" > <v-simple-checkbox :value="isSelected" @input="select($event)" /> </template> <template slot="item.icon" slot-scope="{ item }" > <v-tooltip bottom> <template v-slot:activator="{ on, attrs }"> <v-icon :color="item.icon ? 'green' : 'blue'" v-bind="attrs" v-on="on" > 'east' </v-icon> </template> <span>test</span> </v-tooltip> </template> <template slot="item.objectName" slot-scope="{ item }" > <v-tooltip top> <template v-slot:activator="{ on }"> <div v-on="on" @click="toDocs( item )" > {{ item.objectName }} </div> </template> <span> {{ item.objectName }} </span> </v-tooltip> </template> <template slot="item.objectType" slot-scope="{ item }" > <resizable-text :text="item.objectType" /> </template> </v-data-table>

¿Cómo puedo vincular eventos mouseover y mouseleave para filas en la tabla de datos v actual?

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!