However this solution gives me another issue.
I use JSF (JavaEE) for the view. If I would like to include a JSF component as a value in the tree I can not add it to the attribute inside the li tag (like in your example where you set the first name by setting the attribute data-firstname=“Alex”. I cant set something like data-firstname="<myCustomTag…></ myCustomTag>". It would work only for the column where the data for the age is set.
Or if I would like to add in the first column a link… “<a href…” I would face the same problem.
Or another solution would be to generate the whole webix html “manualy” and then applying the webix functionalities to the generated html. Is it possible?
Excuse my ignorance but could you please give me an example of how to pass data for a treetable which contains also html elements (links etc) through the .url property?
Thank you very much.
I’ll see what I can do. The problem will be with the JSF components that have to be parsed by the faces servlet so that they are transformed to html code.