MCPcopy Index your code
hub / github.com/Autodesk/react-base-table / getDOMNode

Method getDOMNode

src/BaseTable.js:151–153  ·  view source on GitHub ↗

* Get the DOM node of the table

()

Source from the content-addressed store, hash-verified

149 * Get the DOM node of the table
150 */
151 getDOMNode() {
152 return this.tableNode;
153 }
154
155 /**
156 * Get the column manager

Callers 3

cellPropsFunction · 0.80
DraggableTableClass · 0.80
DraggableTableClass · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected