Sha256: a12b86872143e8f1ad8205daa761ab51a275e494f6ab2a880d583b42d1fb888d

Contents?: true

Size: 458 Bytes

Versions: 29

Compression:

Stored size: 458 Bytes

Contents

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

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

Version data entries

29 entries across 29 versions & 1 rubygems

Version Path
katello-3.13.4 webpack/move_to_foreman/components/common/table/formatters/selectionCellFormatter.js
katello-3.13.3 webpack/move_to_foreman/components/common/table/formatters/selectionCellFormatter.js
katello-3.13.2 webpack/move_to_foreman/components/common/table/formatters/selectionCellFormatter.js
katello-3.13.1 webpack/move_to_foreman/components/common/table/formatters/selectionCellFormatter.js
katello-3.13.0 webpack/move_to_foreman/components/common/table/formatters/selectionCellFormatter.js
katello-3.13.0.rc2.1 webpack/move_to_foreman/components/common/table/formatters/selectionCellFormatter.js
katello-3.13.0.rc2 webpack/move_to_foreman/components/common/table/formatters/selectionCellFormatter.js
katello-3.12.3 webpack/move_to_foreman/components/common/table/formatters/selectionCellFormatter.js
katello-3.12.2 webpack/move_to_foreman/components/common/table/formatters/selectionCellFormatter.js
katello-3.13.0.rc1 webpack/move_to_foreman/components/common/table/formatters/selectionCellFormatter.js
katello-3.12.1 webpack/move_to_foreman/components/common/table/formatters/selectionCellFormatter.js
katello-3.11.2 webpack/move_to_foreman/components/common/table/formatters/selectionCellFormatter.js
katello-3.10.2 webpack/move_to_foreman/components/common/table/formatters/selectionCellFormatter.js
katello-3.12.0 webpack/move_to_foreman/components/common/table/formatters/selectionCellFormatter.js
katello-3.12.0.rc2 webpack/move_to_foreman/components/common/table/formatters/selectionCellFormatter.js
katello-3.10.1.1 webpack/move_to_foreman/components/common/table/formatters/selectionCellFormatter.js
katello-3.12.0.rc1 webpack/move_to_foreman/components/common/table/formatters/selectionCellFormatter.js
katello-3.10.1 webpack/move_to_foreman/components/common/table/formatters/selectionCellFormatter.js
katello-3.11.1 webpack/move_to_foreman/components/common/table/formatters/selectionCellFormatter.js
katello-3.11.0 webpack/move_to_foreman/components/common/table/formatters/selectionCellFormatter.js