Auto resize datatable on DIV resize

Is there a way to get the Datatable to auto resize width when the container DIV changes size? I added position: “flex” which resolved it for the browser changing size, but this didn’t fix it for the DIV.

Thanks,
David

Hi @dmcconnell68 ,
You can track resizing of the window by using webix.event and resize the datattable each time the size of window has been changed.

Please, check the snippet: Code Snippet

Thank’s for information