I’ve tried something like
type: 'layoutGroup',
orientation: 'vertical',
width: '55%',
items: [
{
type: 'documentGroup',
height: 600,
minHeight: 200,
initContent: () => {
const instance = jqwidgets.createInstance('#tabContainer', 'jqxTabs', {
theme: 'material',
width: '100%',
height: '100%',
position: 'top',
});
}
}
]
but it did not work
Thank you all