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