responsive layout issue

What’s the best way to make the responsive layout as window size and don’t hide the dataview?

https://snippet.webix.com/u985c8gb

Thank you for any help.

Hello,
You can find out the information about responsive layouts here.
Please, try to use minWidth
Here is an example: https://snippet.webix.com/h7o98e9d

@Nastja, thank you for your reply.
I hava another question.
How to make the responsive layout and no component is hidden?

One possibility is to replace the type: { width: 250} of dataview with
type:{width:"auto"}.
Example: https://snippet.webix.com/tw0uw7et

Or just remove width in code
Example: https://snippet.webix.com/utcfvl2j