Sha256: d8020bddbdbf2366eb335479dd2f6a2c99d121d1a7c99a7cffe2b76cfb6063dd
Contents?: true
Size: 319 Bytes
Versions: 8
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
8 entries across 8 versions & 1 rubygems