getNode

returns the main HTML container for the calling object

object getNode();

Returns

objectthe HTML container object

Example

var box = dtable.getNode();

See also
Back to top