Sha256: 83010a33ac035374688ae940bce9b283bcad1f251399339ce17f489fab361f92

Contents?: true

Size: 499 Bytes

Versions: 157

Compression:

Stored size: 499 Bytes

Contents

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

export default (
  isGenericRow,
  selectionController,
  additionalData,
  before,
  after,
) => (

  <TableSelectionCell
    id={`select${additionalData.rowIndex}`}
    checked={selectionController.isSelected(additionalData)}
    hide={isGenericRow}
    onChange={() => selectionController.selectRow(additionalData)}
    before={before}
    after={after}
    disabled={additionalData.disabled}
  />
);

Version data entries

157 entries across 157 versions & 1 rubygems

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