Greetings dev,
The ID
parameter on the sidebar is not working. Not really important but I need. Luckily the css is working.
How can I add image on this title type? This is my code.
mainSideBarStuct = [
{
type:'title', value: '<img src="/assets/images/logo.png">',
id: 'mainSideBartitletop', css: 'mainSideBartitletopcss'
},
{
type:'separator'
},
{
type:'button', value: 'Human Resource', id: "humanresource"
}
]
I would like to add an image instead of text but it is not working.