Answers for "why is table.current.row.length not working"

0

why is table.current.row.length not working

window.onload = function(){
  var table = document.getElementById("tbl");
  console.log(table.querySelectorAll("tbody tr").length);
}
Posted by: Guest on September-09-2021

Code answers related to "why is table.current.row.length not working"

Browse Popular Code Answers by Language