You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

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++) {

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!