Sha256: cc053a36b046a4b4f1b3449153616b65c644873da1634492c64a7a562b92f75f
Contents?: true
Size: 370 Bytes
Versions: 84
Compression:
Stored size: 370 Bytes
Contents
import React from 'react'; import TableSelectionHeaderCell from '../components/TableSelectionHeaderCell'; export default (selectionController, label, selectionEnabled) => ( <TableSelectionHeaderCell label={label} checked={selectionController.allRowsSelected()} onChange={() => selectionController.selectAllRows()} disabled={!selectionEnabled} /> );
Version data entries
84 entries across 84 versions & 1 rubygems