class js.html.TableColElement extends Element
Available on js
DOM table column objects (which may correspond to <col>
or <colgroup>
HTML elements) expose the HTMLTableColElement (or HTML 4 HTMLTableColElement
) interface, which provides special properties (beyond the regular element object interface they also have available to them by inheritance) for manipulating table column elements.
Documentation for this class was provided by MDN.
Instance Fields
Reflects the
span
HTML attribute, indicating the number of columns to apply this object's attributes to. Must be a positive integer.