The ColumnGroup object represents an HTML <colgroup> element.
You can access a <colgroup> element by using getElementById():
var x = document.createElement("COLGROUP");
Property | Description |
---|---|
span | Sets or returns the value of the span attribute of a column group |
The ColumnGroup object also supports the standard properties and events.
HTML tutorial: HTML tables
HTML reference: HTML <colgroup> tag
JavaScript reference: HTML DOM Column Object
截取页面反馈部分,让我们更快修复内容!也可以直接跳过填写反馈内容!