I have a nested list which must be filled with new data based on what does user select in an Ext.Carousel.
TreeStore.load(newData) // this does not work :(
TreeStore.removeAll() // this works!
It seems that the docs and the forum don’t have the answer, cause I have been searching for 2-3 days. Thank you in advance.
I’ve ended up with following solution: