如何在数据网格中获取特定的表列值

时间:2014-05-09 11:33:02

标签: javascript jquery html-table null undefined

我需要在代码中添加以下语句。基本上我有一个3行4列的表。对于行i,我想获得第3列值。所以我使用了以下内容..

document.getElementById("dataGrid_minimum_value").offsetParent.childNodes[1].children[i].children[2].textContent;

我是否必须检查null或undefined以避免上述语句中出现JavaScript错误?

0 个答案:

没有答案