Skip to content

container

an HTML container (or its ID) where the component should be initialized

let container: string|HTMLElement
<div id="box" style="width:320px; height:600px;"></div>
...
webix.grid ({
container:"box"
...
});

also check the next samples:

The container should exist in the DOM before initialization