Sha256: d2eebcbecc5622c4114b6377f20f68d7fbcb49d9ce0936e807b5493af130caeb

Contents?: true

Size: 355 Bytes

Versions: 14

Compression:

Stored size: 355 Bytes

Contents

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

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

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
foreman-tasks-1.1.3 webpack/ForemanTasks/Components/TasksTable/formatters/selectionCellFormatter.js
foreman-tasks-1.1.2 webpack/ForemanTasks/Components/TasksTable/formatters/selectionCellFormatter.js
foreman-tasks-2.0.1 webpack/ForemanTasks/Components/TasksTable/formatters/selectionCellFormatter.js
foreman-tasks-2.0.0 webpack/ForemanTasks/Components/TasksTable/formatters/selectionCellFormatter.js
foreman-tasks-1.2.0 webpack/ForemanTasks/Components/TasksTable/formatters/selectionCellFormatter.js
foreman-tasks-1.1.1 webpack/ForemanTasks/Components/TasksTable/formatters/selectionCellFormatter.js
foreman-tasks-1.1.0 webpack/ForemanTasks/Components/TasksTable/formatters/selectionCellFormatter.js
foreman-tasks-0.17.6 webpack/ForemanTasks/Components/TasksTable/formatters/selectionCellFormatter.js
foreman-tasks-1.0.1 webpack/ForemanTasks/Components/TasksTable/formatters/selectionCellFormatter.js
foreman-tasks-1.0.0 webpack/ForemanTasks/Components/TasksTable/formatters/selectionCellFormatter.js
foreman-tasks-0.17.5 webpack/ForemanTasks/Components/TasksTable/formatters/selectionCellFormatter.js
foreman-tasks-0.17.4 webpack/ForemanTasks/Components/TasksTable/formatters/selectionCellFormatter.js
foreman-tasks-0.17.3 webpack/ForemanTasks/Components/TasksTable/formatters/selectionCellFormatter.js
foreman-tasks-0.17.2 webpack/ForemanTasks/Components/TasksTable/formatters/selectionCellFormatter.js