MCPcopy Create free account
hub / github.com/sshwsfc/xadmin / render

Method render

xadmin-dashboard/src/containers/Table.js:22–32  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected