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

229
Views
¿Cómo ocultar una columna de tabla HTML específica?

Tengo una tabla HTML hecha dinámicamente. Quiero ocultar una de las columnas con style.visibility = "hidden"

La celda que quiero ocultar se proporciona con la identificación necesaria, pero cuando hago esto, toda mi tabla desaparece.

 // get element ID & set to hidden document.getElementById('wachtwoord')!.style.visibility = 'hidden' // set ID of the cell & append to DOM Object.values(userData).forEach((userDataElement, columnIndex) => { // create element and textnode let cell: HTMLTableDataCellElement = document.createElement("td"); let textNode: Text = document.createTextNode(userDataElement as string); // append to DOM cell.appendChild(textNode); row.appendChild(cell); table.appendChild(row); createTable!.appendChild(table); row.id = userData.id if (columnIndex === 3) { cell.id = "wachtwoord" };

¿Cómo puedo ocultar una celda de tabla específica?

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!