Hi all,
I am working on a powerApps Portals webpage, for that I had created a page template and page template is consist of webTemplate.
In webTemplate, I had use fetchxml to retrieve data from CRM, all records are being shown in a nice way
all reteieved records are being shown, but I want to pagination in a sense, first show 10 records. when scroll down, at end of page, other 10 record appear and continue.
How can I do this? Do I need to use pagination in fetchXML? or grab the all data do some other techniques to do such pagination.
anybody please respond