3 declare(strict_types=1);
    18     $factory = $DIC->ui()->factory();
    19     $renderer = $DIC->ui()->renderer();
    21     $minimal_mapping = 
static fn(
    28     $table = $factory->table()->presentation(
    29         'Empty Presentation Table',
    30         [$factory->viewControl()->mode([
'All' => 
'#'], 
'')],
    38     return $renderer->render($table);
 without_data()
Example showing a presentation table without any data and hence no entries, which will automatically ...
 
This describes a Row used in Presentation Table.