[ Grouplist ] Add icon only to specific objects

Good day,

Is there a way in grouplist to add an Fontawsome icon to the specific object ? Not all of them , but only specific.

Snippet : Code Snippet

In the snippet we have different groups. Lets take the Video > Yoga. Is there a way to add a star icon only to ‘02 - Boat Pose’ and ‘03 - Bow Pose’ ?

If no , is there maybe another component that can have something like this ?

Have a good day.

you can make checking in templateItem and return required format depending on value. or define ‘icon’ (or any other) attribute in obj and use that attribute to return icon.
https://webix.com/snippet/b036fc78

@intregal Thank you as always :slight_smile: