Dynamic data loading in form

Hi,

I have a forma with below. I am updating the rowdata dynamically where as my view is not being update accordingly.

header:“INFO”,
body:{
css:“tab-view”,
view:“form”,
id: “ItemView”,
// height:750,
autoheight:true,
paddingX:35,
paddingY:15,
scroll: true,
elements: [{ rows: rowdata }],
}

The form will not reflect any changes in the rowdata automatically. This config is used once, during initial form creation. You need to use different API to reconstruct the view after changes in the rowdata structure.

http://webix.com/snippet/201694aa

Thanks Maksim