19 declare(strict_types=1);
41 $factory = $DIC->ui()->factory();
44 $minimal_mapping =
static fn(
51 $table = $factory->table()->presentation(
52 'Empty Presentation Table',
53 [$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.