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

293
Views
¿Cómo puedo agregar el título a <th> en vuejs?

Estoy haciendo una tarea en vuejs. Ahora quiero agregar un título a la etiqueta en vue a continuación es mi código

tbody table:

 <tbody> <tr v-for="(employee) in employees" :key="employee.EmployeeId"> <td>{{employee.EmployeeCode}}</td> <td>{{employee.FullName}}</td> <td>{{employee.GenderName}}</td> <td style="text-align: center;">{{employee.DateOfBirth|dateofbirth}}</td> <td>{{employee.PhoneNumber}}</td> <td>{{employee.Email}}</td> <td>{{employee.PositionName}}</td> <td>{{employee.DepartmentName}}</td> <td style="text-align: right;">{{employee.Salary|money}}</td> <td>{{employee.WorkStatus|status}}</td> </tr> </tbody>

Ahora quiero agregar un título a <td> como <td title="{{employee.Email}}">{{employee.Email}}</td> Por favor, ayúdenme, muchas gracias

about 4 years ago · Juan Pablo Isaza
1 answers
Answer question

0

Puedes algo como

 <td :title="employee.Email">{{employee.Email}}</td>
about 4 years ago · Juan Pablo Isaza Report
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!