getSpanNode
returns the HTML element of a spanned cell
function getSpanNode(): HTMLElement
Returns
Section titled “Returns”HTMLElement
an HTML element
Example
Section titled “Example”dgrid.getSpanNode({row:2, column:"title"});
Details
Section titled “Details”A cell id is an object with the following properties:
- row {string, number} row id
- column {string, number} column id