19declare(strict_types=1);
44 public function getRows(
46 array $visible_column_ids,
49 mixed $additional_viewcontrol_data,
51 mixed $additional_parameters
54 $link = fn($x) =>
$DIC->ui()->factory()->link()->standard($x,
'/');
56 'Repository',
'Faculty',
'Department',
'Institute',
'Professorship',
57 'Learning Management Systems',
'Best Practice',
'ILIAS',
60 'object' =>
$DIC->ui()->factory()->breadcrumbs(array_map($link,
$path)),
61 'owner' =>
'Max Mustermann',
67 public function getTotalRowCount(
68 mixed $additional_viewcontrol_data,
70 mixed $additional_parameters
77 'object' =>
$DIC->ui()->factory()->table()->column()->breadcrumb(
'Object'),
78 'owner' =>
$DIC->ui()->factory()->table()->column()->text(
'Owner'),
81 $table =
$DIC->ui()->factory()->table()->data($data_retrieval,
'Test long Breadcrumb Column', $columns)
82 ->withRequest(
$DIC->http()->request());
84 return $DIC->ui()->renderer()->render($table);
Both the subject and the direction need to be specified when expressing an order.
A simple class to express a naive range of whole positive numbers.
buildDataRow(string $id, array $record)