Project

General

Profile

Download (319 Bytes) Statistics
| Branch: | Tag: | Revision:
import React from 'react';
import TableSelectionHeaderCell from '../components/TableSelectionHeaderCell';

export default (selectionController, label) => (
<TableSelectionHeaderCell
label={label}
checked={selectionController.allRowsSelected()}
onChange={() => selectionController.selectAllRows()}
/>
);
(7-7/7)