getSpanNode

returns the HTML element of a spanned cell

HTMLElement getSpanNode(objectid);
id
objectthe id of the cell that starts the span
HTMLElementan HTML element

Example

$$("datatable").getSpanNode({row:2, column:"title"});

Details

A cell id is an object with the following properties:

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.