More than 25 records are not getting displayed in the oj-combobox-one component
Summary
More than 25 records are not getting displayed in the oj-combobox-one componentContent
Hi,
I have an oj-combobox-one component and the values in this component are based on the REST API call.
Now the problem is it is displaying only 25 records in the oj-combobox-one component.
I am loading the values in the oj-combobox-one component at page load itself
Any suggestion on how we can load all the records(more than 25 records) in the LOV.
Thanks & Regards,
Susanto Paul
Code Snippet
PageModule.prototype.uniqueDocumentId = function(result) { var uniqueResult = []; var final = []; if (result && result.length > 0) { for (var i = 0; i < result.length; i++) { if (!uniqueResult[result[i].documentID]) { final.push({ documentID: result[i].documentID, documentID: result[i].documentID,
Tagged:
0