I need a very simple dropdown with custom items in the dropdown body. The SplitButton in PrimeNG needs an item-array from which the body will be created automatically: https://www.primefaces.org/primeng/showcase/#/splitbutton But however I want to create all selectable options with custom html code exactly like in NG-Bootstrap: https://stackblitz.com/run?file=app/dropdown-basic.ts
Is there a possibility to archive this?