Skip to content

getSpanNode

returns the HTML element of a spanned cell

function getSpanNode(): HTMLElement

HTMLElement an HTML element

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

A cell id is an object with the following properties:

  • row {string, number} row id
  • column {string, number} column id