19declare(strict_types=1);
A Column describes the form of presentation for a certain aspect of data, i.e.
This describes a Data Table.
presentation(string $title, array $view_controls, Closure $row_mapping)
data(string $title, array $columns, DataRetrieval $data_retrieval)
This describes a Presentation Table.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...