Hi ,
I want to display a list of panels based on the list returned by rest service.The panels list will always change based on various other input parameters passed to the rest webservice.Is this possible using webix.
Please provide me the sample code snippet for the same.
Can you show a screenshot of something similar? Unfortunately, the description is not clear enough.
As far as I can see, an accordion or a datatable with the subview/subrows could suit your needs.
I want to dynamically add tabs in a tabbar based on the json returned by my Webservice.Please provide an example showing how it can be achieved.
At the initial load, you can generate the array of tabs depending on the cells config. For example
http://webix.com/snippet/40b8d67a
But afterwards, each new cell/tab pair should be added through addView and addOption methods.