Dataverse Delegable Paging in Power Apps

Dataverse Delegable Paging in Power Apps

7.413 Lượt nghe
Dataverse Delegable Paging in Power Apps
In this tutorial, I show how to use the Creator Kit DetailsList grid with both internal and external paging so that it is fully delegable inside a Power Apps model-driven app. The Creator Kit DetailsList supports automatic paging if you are bound directly to a data source. Once you bind to a collection you need to then implement paging externally to the control and ensure that the sort and filtering are happening on the server. This is part of a series of videos on building a model-driven custom page that shows a grid of accounts with fully delegable sorting, paging and filtering: 👉https://aka.ms/creatorkit ✅ Responsive Containers https://youtu.be/1SCs1D70vLQ ✅ Responsive Grid with adaptive columns https://youtu.be/cJZpOkoOwks ✅ Dataverse Delegable Paging in Power Apps https://youtu.be/zfyoBLbPvoQ ✅ Multi-value filtering using a Tag Picker https://youtu.be/l8v4W-A9-ao ✅ Command Bar and model-driven navigation in custom pages https://youtu.be/31K9QoU_T5Q #ModelDriven #PowerApps #CreatorKit Contents: 00:00 Introduction 00:25 Review of the app we are building 01:07 Review of delegation 02:29 Delegation in a Gallery 05:13 Skip tokens with GetMoreRows network calls 06:04 DetailsList so far 06:32 Adding simple filtering 09:58 DetailsList TotalRecord & TotalPages properties 10:11 Adding paging controls 14:25 Large Dataset Paging 15:30 Using CountRows to get the total number of records with delegation 18:37 External Paging & Sorting 28:34 Delegable Sorting 35:37 Summary