I have table inside carousel, when user resizes web browser window everything resized correctly, however when user maximizes web browser window table is not adjusted. see snippet http://webix.com/snippet/9ca91739
Open snippet NOT* in maximized web browser window, then maximize it.
Hi,
I do not understand what you are saying.
I use template in carousel’s item because template contains html that is compiled by angularjs. So I do not understand how your answer has to do with my snippet.
Please change my snippet to show the solution.
datatable must be a defined as layout row/col if you want that the datatable will be adjusted to layout size automatically. You are already using this approach for carousel and dataview views in “carouselConfig”.
If you initialize the datatable inside custom html container, you will need use custom code to adjust sizes.
Hi,
datatable is inside custom html container and div those have style set width and height to 100%. so no custom code is needed as far as I understand.
Also if you resize browser window then everything works, when maximized it does not.
If what you are saying is correct resize should not work no matter how resizing is done…
Maria,
using my example, please show me how you want me to do it.
Why when I resize browser’s window size is adjusted but when I maximize browser’s window
it does not?
If what you are saying is correct resize should not work no matter how resizing is done.
Please explain.