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

158
Views
insertRow is not a function
function create_table(id){
var table = document.getElementById(id);
var rowCount = table.rows.length;
var row = table.insertRow(rowCount); 

var cell0 = row.insertCell(0);  
    var element1 = document.createElement("input");  
    element1.style.backgroundColor = "#DDDDDD";


    element1.setAttribute("type","text");
    element1.setAttribute("size","1");
    element1.setAttribute("name",seq);
    element1.setAttribute("id",seq);
    
    element1.setAttribute("value",val_sq );

    element1.setAttribute("readOnly","true");

    cell1.appendChild(element1);
}

If I call this function it shows TypeError: insertRow is not a function. I tried to get some answers from search engine.But no use. Please help me to find out

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!