Details
-
Improvement
-
Status: Closed
-
Normal
-
Resolution: Fixed
-
None
-
None
Description
At the moment, all the searched items in the tree view are selectable with checkbox.
Sometimes, we want to disable or hide a checkbox for an item. e.g, non-selectable parent folder item.
One possible solution is to introduce #isSelectable(...): boolean in the facade interface with returning true by default.