Responsive hide over max width

Hi Webix team,
Do you think it will be possible to hide a view over a particular width using responsive: “hide” mode.

I try to switch a view if particular width is crossed.

here a snippet showing my problem: https://snippet.webix.com/a8hq3ame

thanks

Hey @crisalidGuillaume, I don’t think it is possible to do this using responsive property. Instead, you should look toward listening for a resize event and hide/show elements based on window width.