When accessing a list view on an IFS Cloud web page, it initially displays only 24 records. However, upon inspecting the related GET request, it indicates that 25 records are being fetched (with parameters like limit=25
and skip=0
).
Why is there a mismatch between the number of records fetched by the GET request and the number actually displayed in the list view? Is there a specific reason or setting in the UI framework that causes only 24 records to be shown initially?
Any insights or explanations would be appreciated!