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