(cell)
| 62 | } |
| 63 | |
| 64 | function widthStyle(cell) { |
| 65 | var width = typeof cell.width === 'number' ? cell.width + 'px' : cell.width; |
| 66 | return width ? { width: width } : null; |
| 67 | } |
| 68 | |
| 69 | var DataCell = function (_PureComponent) { |
| 70 | _inherits(DataCell, _PureComponent); |