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

194
Views
¿Cómo puedo ajustar mi mesa en Bootstrap fuera del lienzo?

estoy usando Bootstrap fuera del lienzo y puse una mesa en el lienzo, pero la mesa no encaja en el cuerpo del lienzo

 <div class="offcanvas offcanvas-start" tabindex="-1" id="offcanvasExample" aria-labelledby="offcanvasExampleLabel" style="width: min-content;"> <div class="offcanvas-header"> <h5 class="offcanvas-title text-center" id="offcanvasLabel">extra-infos</h5> <button type="button" class="btn-close text-reset" data-bs-dismiss="offcanvas" aria-label="Close"></button> </div> <div class="offcanvas-body"> <div> <table class="table table-striped status-table" style="max-width: 100vw; overflow-x: auto;"> <tr style="text-align: center;"> <th>status</th> <th>info</th> </tr> </table> </div> </div> </div>

creo una tabla completamente con el archivo js

 document.addEventListener('DOMContentLoaded', () => { for (let i = 0; i < 22; i++) { const tr = document.createElement('tr') tr.innerHTML = `<td class="uppercase" id="other_status_title${i}"></td> <td id="other_status_body${i}"></td>` document.querySelector('.status-table').appendChild(tr); } })

la mayoría de las respuestas sobre problemas míos dicen use overflow-x: auto; pero no funciona...ayuda

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!