Sha256: 4299f3efa98025f22c9bf421eed39369ca9430edc25491ab5a5b402d6f468c2e
Contents?: true
Size: 308 Bytes
Versions: 22
Compression:
Stored size: 308 Bytes
Contents
import React from 'react'; import TableSelectionHeaderCell from '../Components/TableSelectionHeaderCell'; export default (selectionController, label) => ( <TableSelectionHeaderCell label={label} checked={selectionController.allPageSelected()} onChange={selectionController.selectPage} /> );
Version data entries
22 entries across 22 versions & 1 rubygems