SideBar: Define PopUp-Menu Template

Hello Webix-Team,

is it possible to change the template of a popup in a collapsed sidebar ?
So, now i have the problem that here is the text “undefined”.

Yours sincerely,
Basti_1995

Hello,

Please try this snippet: https://snippet.webix.com/j56fcpsl

Basically there you get to the template via the popup object and define another template for it.

var tpl = side.getPopup().queryView({view:"template"});
tpl.config.template = webix.template("Custom #value#")

Also, you can change the template of the popup items : https://snippet.webix.com/7dweq6ge