Window resizer

Hi Webix team,

In this snippet - https://snippet.webix.com/cgcfsc2y

I am facing following issues -

  1. Resizer is not smooth.
    2.In flexlayout how rows and col works? Because for rows and cols it shows same result.
  2. How to give scroll to datatable with gravity(I dont want to use height and width)?

Thanks,
Mira

If you have not any other content, except the window, on the page, be sure to add a styling like next or resize may not work.

<style>
  html, body {
    height: 100%;
  }
</style>

with updates styles resizer works for me

https://snippet.webix.com/jgf7h9u3

If you need to create a responsive view, the next approach may be a more simple one than the flex layout.

Hello @maksim,

In this snippet -
https://snippet.webix.com/xcktd8ks

If width of window is like mobile portrait mode in that case I want the horizontal scroll on resize.

thanks

Set minColumnWidth for the datatable, and it will show scroll if there will be no place to show the column

Check

https://snippet.webix.com/d6ca5f3s

@maksim ,
Thanks for reply.
I want x-scroll to form.

Also the scroll is coming on content everyever.If there is horizontal scroll or vertical scroll it comes on content.

How to show scroll bydefault. Niw the scrolls are coming on hover same for datatable ascending descending arrow