Multi-row Selection with JET 9 in Visual Builder
Content
Hello - we are VB 20.10.1
we have table based on ADP. we want the user to be able to select checkboxes for the rows and then Submit. On submit we want to have Array of say 3 data rows ( if 3 checkboxes were selected ) and pass entire data array to a integration service.
Questions :
1> I checked videos on how to implement checkboxes - these videos are all mainly on table based on SDP.
bcaz, when i selected "Selection-mode row" as multiple I do not see any checkboxes added automatically in table.
Does that mean automatic checkboxes get added only if table is based on SDP ? I guess then getDataForVisibleRow is of no use.
0