Sha256: d2eebcbecc5622c4114b6377f20f68d7fbcb49d9ce0936e807b5493af130caeb
Contents?: true
Size: 355 Bytes
Versions: 14
Compression:
Stored size: 355 Bytes
Contents
import React from 'react'; import TableSelectionCell from '../Components/TableSelectionCell'; export default (selectionController, additionalData) => ( <TableSelectionCell id={`select${additionalData.rowIndex}`} checked={selectionController.isSelected(additionalData)} onChange={() => selectionController.selectRow(additionalData)} /> );
Version data entries
14 entries across 14 versions & 1 rubygems