Snippet: https://snippet.webix.com/10e5qhh2
For example in the above snippet the Textbox and the first button aren’t rendered like they should
Snippet: https://snippet.webix.com/10e5qhh2
For example in the above snippet the Textbox and the first button aren’t rendered like they should
the Textbox and the first button aren’t rendered
As far as I can see, the text box should have the responsiveCell:false
setting to be shown initially: Code Snippet
Webix will remove the responsive widgets from the left when space is not enough. This is the default behaviour and there’s no way to change it.
Also, please check the following discussion: Responsive toolbar no correct order with responsiveCell: false - Webix JS - Webix Forum
If the textbox and the first button are initially hidden, the views won’t have correct styling inside the popup. Sorry if it wasn’t clear