function Test() { var rows = document.getElementById("tbDetail").rows; if (rows.length > 0) { for (var i = 1; i < rows.length; i++) { (function (i) { //var temp = rows[i].cells[0].childNodes[1].value; var temp = rows[i].cells[0].childNodes
We are given a matrix with R rows and C columns has cells with integer coordinates (r, c), where 0 <= r < R and 0 <= c < C. Additionally, we are given a cell in that matrix with coordinates (r0, c0). Return the coordinates of all cells in the