How to implement Checkbox Tree in VBCS
Summary
oj-tree-view in VBCSContent
I tried to implement Checkbox Tree in VBCS following JET component https://www.oracle.com/webfolder/technetwork/jet/jetCookbook.html?component=treeView&demo=checkbox
Based on a hard-coded static JsonTreeDataSource, the tree got rendered, but I am not able to used the row.data.selected() function inside itemTemplate slot.
Console log shows error:- Message: row.data.selected is not a function
Can anyone through some insights on how to use the checkbox tree? I am uploading the sample application that renders the static tree.
Version
19.3.1.2
Tagged:
0