Sha256: 9099e4c718a960e19a4be1fc9f8ea0279936fadb99fbc7c8173614363566c4bd
Contents?: true
Size: 361 Bytes
Versions: 46
Compression:
Stored size: 361 Bytes
Contents
import React from 'react'; import TableSelectionHeaderCell from '../Components/TableSelectionHeaderCell'; export default (selectionController, label) => ( <TableSelectionHeaderCell label={label} checked={selectionController.allPageSelected()} disabled={!selectionController.permissions.edit} onChange={selectionController.selectPage} /> );
Version data entries
46 entries across 46 versions & 1 rubygems