getHeaderNode
returns an HTML element of the column header
HTMLElement getHeaderNode(stringcolumnId, [numberrowIndex] );
| columnId | string | the id of the column in question |
| rowIndex | number | the index of the header row if the header is multiline |
| HTMLElement | an HTML element |
Example
$$("datatable").getHeaderNode("title");
See also
Back to top
Join Our Forum
We've retired comments here. Visit our forum for faster technical support,
connect with other developers, and share your feedback there.