returns HTML element of the column's header
columnId | string | id of the column in question |
rowIndex | number | index of the header row in case of a multiline header. |
HTMLElement | the component HTML element |
$$("datatable").getHeaderNode("title");
Back to top