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

Function initialValue

lib/DataCell.js:55–62  ·  view source on GitHub ↗
(_ref2)

Source from the content-addressed store, hash-verified

53}
54
55function initialValue(_ref2) {
56 var cell = _ref2.cell,
57 row = _ref2.row,
58 col = _ref2.col,
59 valueRenderer = _ref2.valueRenderer;
60
61 return (0, _renderHelpers.renderValue)(cell, row, col, valueRenderer);
62}
63
64function widthStyle(cell) {
65 var width = typeof cell.width === 'number' ? cell.width + 'px' : cell.width;

Callers 1

DataCell.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected