Documentation

getHeaderNode

returns HTML element of the column's header

HTMLElement getHeaderNode(stringcolumnId, [numberrowIndex] );

Parameters

columnIdstringid of the column in question
rowIndexnumberindex of the header row in case of a multiline header.

Returns

HTMLElementthe component HTML element

Example

$$("datatable").getHeaderNode("title");

Back to top