3 declare(strict_types=1);
25 $factory = $DIC->ui()->factory();
28 $minimal_mapping =
static fn(
35 $table = $factory->table()->presentation(
36 'Empty Presentation Table',
37 [$factory->viewControl()->mode([
'All' =>
'#'],
'')],
without_data()
description: > Example showing a presentation table without any data and hence no entries...
This is how the factory for UI elements looks.
This describes a Row used in Presentation Table.