Sha256: 83010a33ac035374688ae940bce9b283bcad1f251399339ce17f489fab361f92

Contents?: true

Size: 499 Bytes

Versions: 152

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

152 entries across 152 versions & 1 rubygems

Version Path
katello-4.14.2 webpack/components/pf3Table/formatters/selectionCellFormatter.js
katello-4.15.0 webpack/components/pf3Table/formatters/selectionCellFormatter.js
katello-4.15.0.rc2 webpack/components/pf3Table/formatters/selectionCellFormatter.js
katello-4.15.0.rc1 webpack/components/pf3Table/formatters/selectionCellFormatter.js
katello-4.14.1 webpack/components/pf3Table/formatters/selectionCellFormatter.js
katello-4.14.0 webpack/components/pf3Table/formatters/selectionCellFormatter.js
katello-4.14.0.rc3 webpack/components/pf3Table/formatters/selectionCellFormatter.js
katello-4.14.0.rc2 webpack/components/pf3Table/formatters/selectionCellFormatter.js
katello-4.14.0.rc1.1 webpack/components/pf3Table/formatters/selectionCellFormatter.js
katello-4.14.0.rc1 webpack/components/pf3Table/formatters/selectionCellFormatter.js
katello-4.13.1 webpack/components/pf3Table/formatters/selectionCellFormatter.js
katello-4.13.0 webpack/components/pf3Table/formatters/selectionCellFormatter.js
katello-4.12.1 webpack/components/pf3Table/formatters/selectionCellFormatter.js
katello-4.13.0.rc1 webpack/components/pf3Table/formatters/selectionCellFormatter.js
katello-4.12.0 webpack/components/pf3Table/formatters/selectionCellFormatter.js
katello-4.12.0.rc3 webpack/components/pf3Table/formatters/selectionCellFormatter.js
katello-4.12.0.rc2 webpack/components/pf3Table/formatters/selectionCellFormatter.js
katello-4.12.0.rc1 webpack/components/pf3Table/formatters/selectionCellFormatter.js
katello-4.11.1 webpack/components/pf3Table/formatters/selectionCellFormatter.js
katello-4.11.0 webpack/components/pf3Table/formatters/selectionCellFormatter.js