Multiple Row Selection in Table
Summary:
Not able to get data from table after selection of Row.
Content (required):
Hi All,
I implemented this method for Selection of Multiple lines from table.
Having issue in row data Selection as mentioned in the attached screenshot.
I need the selected data to show on table.
Kindly help me
-Bhushan
Version (include the version you are using, if applicable):
Visual Builder Runtime Version 2210.0.0
Oracle JET Version 12.1.4
Code Snippet (add any code snippets that support your topic, if applicable):
SCREENSHOT:
JAVASCRIPT:
PageModule.prototype.listSelection = function(selection) {
console.log("we got " + selection.length + " selections ");
for (var i = 0; i < selection.length; i++) {
Tagged:
0