動的に作成されるrowindexを使用して子ノードの値を取得する方法は?
以下のコードで試してみましたが、エラーが表示されます"Unable to get the value of the property childnodeID"
var table = document.getElementById('tableID');
var Row = table.rows['childnodeID']; //error
Row.cells[0].innerText = i;
動的に作成されるrowindexを使用して子ノードの値を取得する方法は?
以下のコードで試してみましたが、エラーが表示されます"Unable to get the value of the property childnodeID"
var table = document.getElementById('tableID');
var Row = table.rows['childnodeID']; //error
Row.cells[0].innerText = i;