Documentation

getNode

returns the main HTML container for the calling object

object getNode();

Returns

objectthe HTML container object

See also

  • articles
  • Example

    var box = dtable.getNode();

    Back to top