How to add components inside side menu

How to add components like button,date picker,drop down options inside side menu?

Hello @sangeetha ,
It’s possible to use sidemenu that will contain a list with html-inputs or an ActiveContent
http://webix.com/snippet/d36a0f3b
through the template:
http://webix.com/snippet/f4080194

Also, if you need to add a component to the menu container, not to each option, please note that body of sidemenu can contain layout of any complexity, not only a single view.

Thanks nastja and lis, I am able to add the components to my sidemenu by adding rows:[] within which i can add all the components like date picker ,combo box whichever i need