Dataverse Delegable Paging in Power Apps

Поділитися
Вставка
  • Опубліковано 1 лют 2025

КОМЕНТАРІ • 25

  • @leocbarreto
    @leocbarreto 2 роки тому +1

    This is an amazing way to handle sorting data and handling delegation on galleries! Thank you for sharing!

    • @ScottDurow
      @ScottDurow  2 роки тому

      Thank you so much Leonardo - and thank you for watching 😊

    • @ScottDurow
      @ScottDurow  2 роки тому +1

      Next up is filtering Yaser 😉🚀

  • @OfSheffield
    @OfSheffield Рік тому

    Grr... built one like this yesterday, now i have to go back and make improvements based on your video!

  • @krzysieknykiel7144
    @krzysieknykiel7144 Рік тому

    Outstanding tutorials. Not only because of topic, but mostly because of way You explain this. Thanks a lot.
    I wish only, that I cannot avoid delegation limit with AddColumns in source of gallery.

  • @barryferguson5548
    @barryferguson5548 4 місяці тому

    Great video! Is it possible to increase font size in the Details List?

  • @csgexec
    @csgexec 2 роки тому

    Great info. One of the missing features of the unified interface is the ability to sort by multiple columns. It would be great to see how you would tackle that issue with the Details List.

    • @ScottDurow
      @ScottDurow  2 роки тому +1

      Thank you and thanks for watching and subscribing ☺️ Multi sort would need to be handled by adding some user interface that is alongside the details list that can be used to add sort columns - then use that in the Items expression. I’ll add that to the backlog for my videos! Thanks again!

  • @necdetsaritas8722
    @necdetsaritas8722 2 роки тому

    Thanks for the amazing information.

    • @ScottDurow
      @ScottDurow  2 роки тому +1

      Thank you for watching! Do you often need paging in your apps?

    • @necdetsaritas8722
      @necdetsaritas8722 2 роки тому

      @@ScottDurow No, But I often learn amazing information from you

  • @somjadek
    @somjadek Рік тому

    ❤❤❤ love this very much, you save my day 😍😍😍

    • @ScottDurow
      @ScottDurow  Рік тому +1

      That is really awesome to hear - thank you for commenting - it is very encouraging. 🤩

  • @zerocool200380
    @zerocool200380 Рік тому

    Scott, we really need more videos in support of the creator kit more advanced user cases also the last update of the kit was back in December 2022 when should we expect the new one?

    • @ScottDurow
      @ScottDurow  Рік тому

      Thank you and thanks for watching - I’ll definitely be doing more of these kind of videos! There should be a new release of the creator kit coming out soon!

  • @powernielf
    @powernielf Рік тому

    Great video, Scott.
    Maybe I missed it, but did you show how to filter the DetailsList on the click of the 'Apply Filters' button instead of it happening instantly?

  • @Malhosainy
    @Malhosainy 2 роки тому

    Great video!
    My favorite part is the workaround for sorting on lookup and choice columns, do you have a video on how to create that flow?
    Thanks!

    • @ScottDurow
      @ScottDurow  2 роки тому +2

      Hi Mohamed - thank you for watching! That’s a great idea - I’ll be sure to include that in a future video!

    • @Malhosainy
      @Malhosainy 2 роки тому

      @@ScottDurow Amazing!
      Keep up the good work, Scott.

  • @sarahbennett7571
    @sarahbennett7571 Рік тому

    Great video, Scott. One thing I don't understand is where the paging stack came from, you pasted it in I think - but I don't find a component like that in the creator kit, so I assume that you created this group of controls individually from a horizontal container, 3 x fluent ui icon and 1 label, in another app/page and pasted it in during the video?

    • @ScottDurow
      @ScottDurow  Рік тому

      Thank you and thanks for watching - yes - it's just a bunch of icons and a label in in a container. You could even create a canvas component for it! 😊

  • @steliosdagkas6893
    @steliosdagkas6893 Рік тому

    Great video! I tried implementing this approach with a large dataset (dataverse table with 1700 records) but it seems like there is no server side paging going on with the details list. All the records are downloaded to the client regardless of the page that's being displayed. Using the monitor I can see that on every page change, all 1700 records are returned by the getRows call. Is this the expected behaviour for internal paging? Thanks!

  • @randomid1832
    @randomid1832 6 місяців тому

    Hey Scott, great tutorial! I am in the process of setting up one of the Fluent Details List into one of my apps, but I am facing some strange behaviors when having as data source large datasets. The items in the FDL (Fluent Details List) would not load in the UI and when I implement filtering, while scrolling down in the list of results, at some point in the scrolling the lines disappear and I have to scroll back up for them to reappear. The result of this is that I never get to see the last results in a filtered list. Is that a behavior you have encountered and have some tips on how to fix it?

    • @ScottDurow
      @ScottDurow  6 місяців тому

      Hi! Thanks for watching - this is usually because the app has ‘scale to fit’ turned on in the display settings. Can you check that please?

  • @moyura2
    @moyura2 Рік тому +1

    Thanks for sharing, it's very helpful.