Need Tree View structure like component

Certified Associate Developer

Hello All,

 

We have a requirement to provide tree view like component as shown in the attached image to users. As we all know appian doesn't provide any such components as of now, I implemented some logic using richtextfield,checkbox and sidebyside component to accomplish this functionality. The problem we are having with this approach is related to performance. It takes significant amount of time to check and uncheck particular item, As the design includes recursion of loops. Also it includes various operations like when user selects the parent item then all the child item inside it is getting checked. Similarly if any child item is being unchecked then parent is also getting unchecked. Is there a way to accomplish such functionality in more efficient manner? Or is there an alternative to this use case? Any suggestion here would be highly appreciated. Thanks in advance

 

 

  Discussion posts and replies are publicly visible

Parents Reply Children
No Data