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

Oracle VBS: table Multi select issue in page fragment

Hi All,

I have table on which multi select functionality is enable.

I have created this table in a page fragment.

And in some use case, I want to un-select the selected rows, which I am doing in table selected event using below code:

 $fragment.variables.selectedRow = { "row": new keySet.KeySetImpl(), "column": new keySet.KeySetImpl() };


But its not working and checkbox is still selected.

Note: Same code is working absolutely fine in normal Page.

Is there any limitation around table multi selected functionality if used in page fragments?

Kindly guide and help.

Thanks

Tagged:

Howdy, Stranger!

Log In

To view full details, sign in.

Register

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