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

Method generateDOM

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

Source from the content-addressed store, hash-verified

5class Table extends React.Component {
6
7 generateDOM() {
8 const { childrenCells, widgetProps, editMode } = this.props
9 return childrenCells.map(key => {
10 return (
11 <div key={key}>
12 <Cell cellKey={key} editMode={editMode} widgetProps={widgetProps} />
13 </div>
14 )
15 })
16 }
17
18 layoutChange = (layouts) => {
19 this.props.mergeParams({ layouts })

Callers

nothing calls this directly

Calls 1

mapMethod · 0.80

Tested by

no test coverage detected