9 $f = $DIC->ui()->factory();
10 $renderer = $DIC->ui()->renderer();
12 $glyph =
$f->symbol()->glyph()->sortDescending(
"#");
15 $list =
$f->listing()->descriptive([
17 "Inactive" => $glyph->withUnavailableAction(),
18 "Highlighted" => $glyph->withHighlight()
21 return $renderer->render($list);
sort_descending()
Note that this example does not provide any functionality, it just shows, how this Glyph can be rende...