import React from 'react'; import TableSelectionCell from '../components/TableSelectionCell'; export default ( isGenericRow, selectionController, additionalData, before, after, ) => ( selectionController.selectRow(additionalData)} before={before} after={after} disabled={additionalData.disabled} /> );