Reputation: 1724
I'm using sencha extjs 6.0.0. I have a treelist
like here. I want to some of its leaf be disable.
Is it possible? If true, how?
Upvotes: 2
Views: 994
Reputation: 776
According to doc, the nodes of the tree don't have "disabled" property. Here is another thread discuting the same problem for ExtJS 4, solving it with some CSS :
Is there any way to disable nodes of treeview in ExtJS 4
Upvotes: 1