Js操作Table表格對象(插入行,刪除行等)
當前位置:點晴教程→知識管理交流
→『 技術(shù)文檔交流 』
行對象:tableObject.insertRow(index) :rowObject
單元格對象:rowObject.insertCell(index):cellObject 行索引:rowObject.rowIndex:Integer 單元格屬性:height,width 顯示邊框:cellObject.innerHTML=" " 行集合:tableObject.rows 總行數(shù):tableObject.rows.length 單元格集合:rowObject.cells 單行總單元格數(shù):rowObject.cells.length 刪除行:tableObject.deleteRow(index):Void http://tieba.baidu.com/f?kz=166782993 該文章在 2010/2/2 0:46:54 編輯過 |
關(guān)鍵字查詢
相關(guān)文章
正在查詢... |