3 declare(strict_types=1);
15 $f = $DIC[
'ui.factory'];
16 $r = $DIC[
'ui.renderer'];
19 't1' =>
$f->table()->column()->status(
"status")
23 protected array $records = [
25 [
't1' =>
'incomplete'],
31 public function getRows(
32 I\DataRowBuilder $row_builder,
33 array $visible_column_ids,
37 ?array $additional_parameters
39 foreach ($this->records as $idx => $record) {
41 yield $row_builder->buildDataRow($row_id, $record);
45 public function getTotalRowCount(
47 ?array $additional_parameters
49 return count($this->records);
53 $table =
$f->table()->data(
'Status Columns', $columns, $data_retrieval)
54 ->withRequest($DIC->http()->request());
55 return $r->render($table);
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Both the subject and the direction need to be specified when expressing an order. ...
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
A simple class to express a range of whole positive numbers.