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

Version Path
katello-4.1.4 webpack/components/pf3Table/formatters/selectionHeaderCellFormatter.js
katello-4.0.3 webpack/components/pf3Table/formatters/selectionHeaderCellFormatter.js
katello-3.18.5 webpack/components/pf3Table/formatters/selectionHeaderCellFormatter.js
katello-4.1.3 webpack/components/pf3Table/formatters/selectionHeaderCellFormatter.js
katello-4.0.2.1 webpack/components/pf3Table/formatters/selectionHeaderCellFormatter.js
katello-4.1.2.1 webpack/components/pf3Table/formatters/selectionHeaderCellFormatter.js
katello-4.0.2 webpack/components/pf3Table/formatters/selectionHeaderCellFormatter.js
katello-4.1.2 webpack/components/pf3Table/formatters/selectionHeaderCellFormatter.js
katello-3.18.4 webpack/components/pf3Table/formatters/selectionHeaderCellFormatter.js
katello-4.1.1 webpack/components/pf3Table/formatters/selectionHeaderCellFormatter.js
katello-4.1.0 webpack/components/pf3Table/formatters/selectionHeaderCellFormatter.js
katello-4.0.1.2 webpack/components/pf3Table/formatters/selectionHeaderCellFormatter.js
katello-3.18.3.1 webpack/components/pf3Table/formatters/selectionHeaderCellFormatter.js
katello-4.1.0.rc2.2 webpack/components/pf3Table/formatters/selectionHeaderCellFormatter.js
katello-4.1.0.rc2.1 webpack/components/pf3Table/formatters/selectionHeaderCellFormatter.js
katello-4.0.1.1 webpack/components/pf3Table/formatters/selectionHeaderCellFormatter.js
katello-3.18.3 webpack/components/pf3Table/formatters/selectionHeaderCellFormatter.js
katello-4.1.0.rc2 webpack/components/pf3Table/formatters/selectionHeaderCellFormatter.js
katello-4.0.1 webpack/components/pf3Table/formatters/selectionHeaderCellFormatter.js
katello-4.1.0.rc1.1 webpack/components/pf3Table/formatters/selectionHeaderCellFormatter.js