adding sidediv like on "inventory demo".

hi all,
i want to add sidediv right or left to the page.
how can i do in webix?
best,

Hello @masterdrummer ,
Example of sidebar on the right side: Code Snippet
There was added property as position: "right"
Please check the complete information about Sidebar here

If you are interested in the sources of the Inventory demo, please contact sales@webix.com to get them.

hi Anna,
i made a mistake, i had to write only div, instead of sidediv.
I want to add div like working on https://snippet.webix.com when you click on search text on the right side.
i cannot reach inventory demo right now.

Hi @masterdrummer ,
If I understand your correctly, you can try to use ui.window/ui.popup , add any views into the body of ui.popup and provide extra logic.
Please take a look at this snippet and tell me if that’s the result you wanted to achieve:
https://snippet.webix.com/5sy6t5fg

this is what i wanted.
thanks for your help.