Hi all, I am facing an issue with the pagination of a popup. Actually I have popup and I have table in it, I am showing 5 records on the first page and for the 6 th record the pagination is not working properly when clicked on the next button the records are not visible. Please help me I have implemented everything properly according to the videos provided by outsystems.
Is this something related to popup, the pagination doesn't work properly in popup?
It just shows like this for the second page.
Can yo share the OML ?
No I cannot share the oml for this problem if there's anything else i can share
Hi @Moin Khan, As I can see in the screenshot, it says "6 to 4 of 4 items", You might be using a wrong variable. Since you can't share OML, I suggest you delete the table and pagination once, then drag and drop your aggregate and let OutSystems Accelerator create a table with pagination. Then you can change the columns as per your requirements. If it is difficult to drag and drop inside a popup, then create a block, copy your aggregate in the block, and then drag and drop it in the canvas, then use that block inside the popup.ThanksGitansh Anand
Hello Moin Khan,On the following links you have the documentations page to solve this. Also, on the first one you have an example of how to implement it step by step.
The last link has a video demo explanation too. Best regards,
Ana