Sha256: d8020bddbdbf2366eb335479dd2f6a2c99d121d1a7c99a7cffe2b76cfb6063dd

Contents?: true

Size: 319 Bytes

Versions: 8

Compression:

Stored size: 319 Bytes

Contents

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

export default (selectionController, label) => (
  <TableSelectionHeaderCell
    label={label}
    checked={selectionController.allRowsSelected()}
    onChange={() => selectionController.selectAllRows()}
  />
);

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
foreman-tasks-1.1.0 webpack/ForemanTasks/Components/TasksTable/formatters/selectionHeaderCellFormatter.js
foreman-tasks-0.17.6 webpack/ForemanTasks/Components/TasksTable/formatters/selectionHeaderCellFormatter.js
foreman-tasks-1.0.1 webpack/ForemanTasks/Components/TasksTable/formatters/selectionHeaderCellFormatter.js
foreman-tasks-1.0.0 webpack/ForemanTasks/Components/TasksTable/formatters/selectionHeaderCellFormatter.js
foreman-tasks-0.17.5 webpack/ForemanTasks/Components/TasksTable/formatters/selectionHeaderCellFormatter.js
foreman-tasks-0.17.4 webpack/ForemanTasks/Components/TasksTable/formatters/selectionHeaderCellFormatter.js
foreman-tasks-0.17.3 webpack/ForemanTasks/Components/TasksTable/formatters/selectionHeaderCellFormatter.js
foreman-tasks-0.17.2 webpack/ForemanTasks/Components/TasksTable/formatters/selectionHeaderCellFormatter.js