()
| 20 | } |
| 21 | |
| 22 | render() { |
| 23 | const { layouts, editMode, cellKey } = this.props |
| 24 | return ( |
| 25 | <table |
| 26 | className="dashboard-container dashboard-container-table" |
| 27 | key={`layer-${cellKey}-Table`} |
| 28 | > |
| 29 | {this.generateDOM()} |
| 30 | </table> |
| 31 | ) |
| 32 | } |
| 33 | |
| 34 | } |
| 35 |
nothing calls this directly
no outgoing calls
no test coverage detected