| insertCell() | ใช้เพิ่มคอลัมน์เข้าไปใน element tr ในตำแหน่งที่กำหนด |
|---|
method:insertCell ( position );
object:tr
return type:void
content:ใช้เพิ่มคอลัมน์เข้าไปใน element tr ในตำแหน่งที่กำหนด
example:var tagTable = document.getElementById ( "bamboo" ); tagTable.tBodies.item(0).rows.item(0).insertCell(3);