getSpanNode
returns the HTML element of a spanned cell
HTMLElement getSpanNode(objectid);
| id | object | the id of the cell that starts the span |
| HTMLElement | an HTML element |
Example
$$("datatable").getSpanNode({row:2, column:"title"});
Details
A cell id is an object with the following properties:
- row {string, number} row id
- column {string, number} column id
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.