Hi. I'm quite new to Sencha and currently facing a problem.
I want to use the benefits of the NestedList Component for navigation but still have a carousel in each of the items.
Is that possible? Didnt find any ressources on that.
Can I pass a variable to the NestedList navigation part specifying which carousel-item was clicked to select the right subitems?
You would have to extend the NestedList and override the getList method to return the carousel and somehow handle what you need to go to the next level. IMO this doesn't sound like a very good UI
well...the UI wouldnt be too bad as you could have a nice styled list of carousels on the screen. nicely structured in both vertical and horizontal way.
but seems to be a bit complex for a newbie like me...any suggestions on how to come to a similar result?