Dataverse Delegable Paging in Power Apps

Поделиться
HTML-код
  • Опубликовано: 21 янв 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.

  • @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. 🤩

  • @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

  • @csgexec
    @csgexec Год назад

    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  Год назад +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!

  • @barryferguson5548
    @barryferguson5548 3 месяца назад

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

  • @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!

  • @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.

  • @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  5 месяцев назад

      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?

  • @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! 😊

  • @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?

  • @moyura2
    @moyura2 Год назад +1

    Thanks for sharing, it's very helpful.