render webix-jet in container HTML

how to render webix jet in continer HTML.
example: in order.html

app.order.render();

product.html
app.product.render()

Hello @aviq

An app can be rendered in the container (some div element) by passing its ID as a parameter of render command.
Please, check the related docs.

If I have misunderstood the requirements, could you please clarify the desired result?

oke, this is worked

Got it