class js.html.TableColElement extends Element
Available on jsDOM 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.