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-3.16.0.rc2.1 webpack/move_to_foreman/components/common/table/formatters/selectionCellFormatter.js
katello-3.16.0.rc2 webpack/move_to_foreman/components/common/table/formatters/selectionCellFormatter.js
katello-3.15.1.1 webpack/move_to_foreman/components/common/table/formatters/selectionCellFormatter.js
katello-3.16.0.rc1.1 webpack/move_to_foreman/components/common/table/formatters/selectionCellFormatter.js
katello-3.15.1 webpack/move_to_foreman/components/common/table/formatters/selectionCellFormatter.js
katello-3.16.0.rc1 webpack/move_to_foreman/components/common/table/formatters/selectionCellFormatter.js
katello-3.15.0.1 webpack/move_to_foreman/components/common/table/formatters/selectionCellFormatter.js
katello-3.15.0 webpack/move_to_foreman/components/common/table/formatters/selectionCellFormatter.js
katello-3.15.0.rc2 webpack/move_to_foreman/components/common/table/formatters/selectionCellFormatter.js
katello-3.15.0.rc1.3 webpack/move_to_foreman/components/common/table/formatters/selectionCellFormatter.js
katello-3.15.0.rc1.2 webpack/move_to_foreman/components/common/table/formatters/selectionCellFormatter.js
katello-3.15.0.rc1.1 webpack/move_to_foreman/components/common/table/formatters/selectionCellFormatter.js
katello-3.15.0.rc1 webpack/move_to_foreman/components/common/table/formatters/selectionCellFormatter.js
katello-3.14.1 webpack/move_to_foreman/components/common/table/formatters/selectionCellFormatter.js
katello-3.14.0 webpack/move_to_foreman/components/common/table/formatters/selectionCellFormatter.js
katello-3.14.0.rc2 webpack/move_to_foreman/components/common/table/formatters/selectionCellFormatter.js
katello-3.14.0.rc1 webpack/move_to_foreman/components/common/table/formatters/selectionCellFormatter.js