Get Started: AI Resources for Oracle Cloud HCM – Go Here
Progress with Redwood: Redwood Resources for Oracle Cloud HCM - Go Here
Progress with Redwood: Redwood Resources for Oracle Cloud HCM - Go Here
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