Multiple Row selection using checkbox on table with SDP
Summary
Multiple Row selection using checkbox on table with SDPContent
VBCS Version: 19.4.3.3
Basically how to do this https://www.oracle.com/webfolder/technetwork/jet-810/jetCookbook.html?component=table&demo=checkboxSelectableTable in VBCS ?
I have a table with SDP and my requirement is to allow user to do multiple row selection with checkbox on each row. In many places, the above OJET way of implementation is suggested. But not sure how to achieve it in VBCS. If I have to do it as shown in OJET, I have to bind the selected state of the table to an observable KeySet in the ViewModel. How to bind selected.row of table to an observable KeySet in VBCS ?
0