Suppose I want a datatable and separate from that I want a button. I am trying to do something like:
webix.ui({ // table config });
webix.ui({ // button config });
They are entirely unrelated components but I need them on the same page. Is there a better way to initialize two independent components?
Hello, I think you can add these views to the layout, so it will make the views be separate Please, try this sample: https://snippet.webix.com/fgp7nzgt https://docs.webix.com/desktop__layout.html#initialization
Or, if you build you app with some custom HTML and want want to place Webix componenets here and there, you can use the container property to define the target for each component: https://snippet.webix.com/shriefut
container