the object constructor. Creates a new instance of the specified view
config | object | the view configuration |
parent | object|string | object or id of parent component |
replacement | object|string|number | object, id or index of the component being replaced |
object | a view object |
var dtable = webix.ui({ view:"datatable", ... });
If you want to init a Webix component, only the first parameter is needed.
If you want to rebuild the existing layout or replace some component in it, make use of additional parameters. Read more in the Dynamic UI Modifications article.