Documentation

container

an html container (or its id) where the component needs initializing

HTMLElement container;

Example

webix.ui({
    container:"view_box",
    view:"datatable",
    ...
})

See also

Back to top