Multi Select "Select All" Not Returning Keys Of Selected Records
(Doc ID 2858110.1)
Last updated on MARCH 30, 2023
Applies to:
Visual Builder Studio - Version 21.01 and laterInformation in this document applies to any platform.
Goal
A table was created and selection-mode.row="multiple" was enabled. Also, an on-selected-changed event listener was defined.
After doing so, when we use the select-all check box to select all rows in the table, the event listener variable keys is an
empty array, it does not contain the keys of all the selected rows.
How do we get the keys of all the selected rows in the table, as my requirement need these keys?
Solution
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Goal |
Solution |