19 declare(strict_types=1);
189 public function data(
action()
description: purpose: > Consumers may attach Actions to the table; an Action is a Signal or URL carr...
This describes a Data Table.
column()
description: purpose: > Tables display data in a very structured way; Columns are essential in that ...
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
data(string $title, array $columns, DataRetrieval $data_retrieval)
description: purpose: > The Data Table lists records in a complete and clear manner; the fields of a...
This describes a Presentation Table.
presentation(string $title, array $view_controls, Closure $row_mapping)
description: purpose: > The Presentation Table lists some tabular data in a pleasant way...