MCPcopy
hub / github.com/nadbm/react-datasheet / initialValue

Function initialValue

src/DataCell.js:24–26  ·  view source on GitHub ↗
({ cell, row, col, valueRenderer })

Source from the content-addressed store, hash-verified

22}
23
24function initialValue ({ cell, row, col, valueRenderer }) {
25 return renderValue(cell, row, col, valueRenderer)
26}
27
28function widthStyle (cell) {
29 const width = typeof cell.width === 'number' ? cell.width + 'px' : cell.width

Callers 1

componentDidUpdateFunction · 0.70

Calls 1

renderValueFunction · 0.90

Tested by

no test coverage detected