Hello,
i want to to load up to 5 times 3 different views between other views depending on an combo change its values.
One of this 3 views contains a label, a counter and a text field in one row.
The label,counter, and text values come from a controller. So webix doesnt know how many of the max 5 times come from the controller. The JSON from the controller looks like {[id:182781,name:“name1”,recnbr:23,counter:2,text:“bla”]}
so: label gets name value, counter gets counter value, text gets text value. i want to store the id in a hidden view in each row.If the json is empty all of the 5 lines should appear .
i found this : Code Snippet and
https://docs.webix.com/desktop__html_markup_init.html for an other way
but this doesnt help.
Any idea?Thx!