Questions tagged [treepanel]
197 questions
2
votes
2 answers
EXTJS 3.4 Load JSON data into a TREE dynamically
I need to load JSON data into a Tree or TreePanel.
The JSON data does not come from a file or retrived from a URL but is built on the fly.
I cannot find any examples.
Can anyone help?

Marco Desira
- 21
- 1
- 2
2
votes
1 answer
ExtJS Multiline data in TreePanel's cell
is there a way to utilize treepanel and display multiline data in cell ? I am using column's renderer to format data in element (2-3 rows) and display it in cell.
Best regards kkris1983