Get Started with Redwood for Oracle Cloud HCM Begin Now
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.
Oracle JET oj-select-single: Displaying More Than 500 Items
Summary:
I'm working with an oj-select-single
dropdown in Oracle JET, and I need to display a large dataset (638 items). Even though I've set the limit to 700, the dropdown only fetches the first 500 items. I have to manually adjust the offset to retrieve the remaining items.
Is there a way to configure oj-select-single
to automatically fetch all items or dynamically update the offset as the user scrolls?
Here's my current code:
<oj-select-single data="[[$variables.GETDropdown_PriorServiceData_DutyLocation]]" item-text="Value" value="{{ $variables.changedRow.dutyLocation}}"> </oj-select-single>
Content (please ensure you mask any confidential information):
Version (include the version you are using, if applicable):
0