Learn about the new Oracle AI Agent Studio for Fusion Applications: Watch Now
Progress with Redwood: Redwood Resources for Oracle Cloud HCM - Go Here
Progress with Redwood: Redwood Resources for Oracle Cloud HCM - Go Here
To ensure that questions get required attention from community members and are NOT left unanswered, it’s important for the author to indicate (by selecting “Yes” or “No” when prompted) whether the question was answered. (newly added) Please note that it is also important to respond to EACH comment your question receives. Your Yes or No response ensures an accurate status for your question.
For more information, please refer to this announcement explaining best practices for getting answers to questions.
For more information, please refer to this announcement explaining best practices for getting answers to questions.
Issues for selecting and updating records on oj-table for update
Hi,
I have an issue with updating oj-table, I implemented the methodology that depends on staging variable "currentAddressRow" to hold the selected row for edit, then populate and update the row using listeners "on-oj-before-row-edit" and "on-oj-before-row-edit-end". it works fine, but I found in some cases that it update all table rows with the last row in the table.
I tried to check console log for "on-oj-before-row-edit" and "on-oj-before-row-edit-end" for this case and I found that the event got fired for selected row, then non selected rows. This is the code for table and both action chains:
<oj-table scroll-policy="loadMoreOnScroll" data="{{ $page.variables.AddressesADP }}"
Tagged:
0