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

283
Views
Cómo mostrar los datos de la tabla en una sola fila de la tabla en reaccionar js

Estoy obteniendo los datos de Mi usuario del backend. Estoy usando Bootstrap Table para mostrar los datos. ver la imagen ingrese la descripción de la imagen aquí

Quiero mostrar todos los registros debajo de una tabla en formato de fila

este es mi codigo

 <div> <table className="table table border shadow table-striped table-md table-hover" style={{ marginLeft: '4%', marginTop: '13%', width: '173%' }}> <thead className="table-light"> <tr style={{ color: 'blue', "fontSize": "18px" }}> <th scope="col">#</th> <th scope="col">Name</th> <th scope="col">Email id</th> <th scope="col">Role</th> <th scope="col">Action</th> </tr> </thead> <tbody> <tr> <th scope="row">{ 1}</th> <td>{user.name}</td> <td>{user.email}</td> <td>{user.role}</td> <td> <button type="submit" onClick={()=>{updateUser(user)}} className="btn btn-warning mx-1">{<FaUserEdit />} Edite</button> <button type="submit" onClick={() => { deleteUser(user._id) }} className="btn btn-outline-warning mx-1">{<MdDelete />} delete</button> </td> </tr> </tbody> </table> </div>
about 4 years ago · Santiago Trujillo
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!