container
an HTML container (or its ID) where the component should be initialized
let container: string|HTMLElement
Example
Section titled “Example”<div id="box" style="width:320px; height:600px;"></div>...webix.grid ({ container:"box" ...});
also check the next samples:
Details
Section titled “Details”The container should exist in the DOM before initialization