3 declare(strict_types=1);
14 $f = $DIC->ui()->factory();
15 $renderer = $DIC->ui()->renderer();
17 $glyph =
$f->symbol()->glyph()->sortAscending(
"#");
20 $list =
$f->listing()->descriptive([
22 "Inactive" => $glyph->withUnavailableAction(),
23 "Highlighted" => $glyph->withHighlight()
26 return $renderer->render($list);
sort_ascending()
Note that this example does not provide any functionality, it just shows, how this Glyph can be rende...