2
votes

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?

1

1 Answers

1
votes

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