3 declare(strict_types=1);
21 $f = $DIC[
'ui.factory'];
22 $r = $DIC[
'ui.renderer'];
23 $df = new \ILIAS\Data\Factory();
26 'd1' =>
$f->table()->column()->date(
"German Long", $df->dateFormat()->germanLong()),
27 'd2' =>
$f->table()->column()->date(
"German Short", $df->dateFormat()->germanShort())
30 $data_retrieval =
new class () implements
I\DataRetrieval {
31 public function getRows(
32 I\DataRowBuilder $row_builder,
33 array $visible_column_ids,
37 ?array $additional_parameters
40 $dat = new \DateTimeImmutable();
45 yield $row_builder->buildDataRow($row_id, $record);
48 public function getTotalRowCount(
50 ?array $additional_parameters
56 $table =
$f->table()->data(
'Date Columns', $columns, $data_retrieval)
57 ->withRequest($DIC->http()->request());
58 return $r->render($table);
base()
expected output: > ILIAS shows the rendered Component.
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.