Sha256: cc053a36b046a4b4f1b3449153616b65c644873da1634492c64a7a562b92f75f

Contents?: true

Size: 370 Bytes

Versions: 84

Compression:

Stored size: 370 Bytes

Contents

import React from 'react';
import TableSelectionHeaderCell from '../components/TableSelectionHeaderCell';

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

Version data entries

84 entries across 84 versions & 1 rubygems

Version Path
katello-4.16.0 webpack/components/pf3Table/formatters/selectionHeaderCellFormatter.js
katello-4.15.1 webpack/components/pf3Table/formatters/selectionHeaderCellFormatter.js
katello-4.16.0.rc2 webpack/components/pf3Table/formatters/selectionHeaderCellFormatter.js
katello-4.16.0.rc1 webpack/components/pf3Table/formatters/selectionHeaderCellFormatter.js
katello-4.14.3 webpack/components/pf3Table/formatters/selectionHeaderCellFormatter.js
katello-4.14.2 webpack/components/pf3Table/formatters/selectionHeaderCellFormatter.js
katello-4.15.0 webpack/components/pf3Table/formatters/selectionHeaderCellFormatter.js
katello-4.15.0.rc2 webpack/components/pf3Table/formatters/selectionHeaderCellFormatter.js
katello-4.15.0.rc1 webpack/components/pf3Table/formatters/selectionHeaderCellFormatter.js
katello-4.14.1 webpack/components/pf3Table/formatters/selectionHeaderCellFormatter.js
katello-4.14.0 webpack/components/pf3Table/formatters/selectionHeaderCellFormatter.js
katello-4.14.0.rc3 webpack/components/pf3Table/formatters/selectionHeaderCellFormatter.js
katello-4.14.0.rc2 webpack/components/pf3Table/formatters/selectionHeaderCellFormatter.js
katello-4.14.0.rc1.1 webpack/components/pf3Table/formatters/selectionHeaderCellFormatter.js
katello-4.14.0.rc1 webpack/components/pf3Table/formatters/selectionHeaderCellFormatter.js
katello-4.13.1 webpack/components/pf3Table/formatters/selectionHeaderCellFormatter.js
katello-4.13.0 webpack/components/pf3Table/formatters/selectionHeaderCellFormatter.js
katello-4.12.1 webpack/components/pf3Table/formatters/selectionHeaderCellFormatter.js
katello-4.13.0.rc1 webpack/components/pf3Table/formatters/selectionHeaderCellFormatter.js
katello-4.12.0 webpack/components/pf3Table/formatters/selectionHeaderCellFormatter.js