I want to show all lines of my data. in webix with view template
enter link description here
Do not use templates for arrays. Templates are for data in objects. Use list: https://snippet.webix.com/0si9lnkm
Also as far as I can tell, type:"line" does not exist https://docs.webix.com/api__ui.template_type_config.html
If you want to use type: 'line', Only need to make a html before.
https://snippet.webix.com/wysmmtov
Do not use templates for arrays. Templates are for data in objects. Use list: https://snippet.webix.com/0si9lnkm
Also as far as I can tell, type:"line" does not exist https://docs.webix.com/api__ui.template_type_config.html