Resize webix template

Hi,

https://snippet.webix.com/t4mmka7n

In above snippet, I have a template in which I have applied some width and height to a box.

I want to make my window resizable. I want a solution in order to resize such template.

Thanks

Hi,

You can try placing your markup into two rows, one being a fixed-sized template while another one is resized dynamically: https://snippet.webix.com/4km74tgh

Thanks