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.
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.
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!
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?
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!
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!
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?
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?
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?
This is an amazing way to handle sorting data and handling delegation on galleries! Thank you for sharing!
Thank you so much Leonardo - and thank you for watching 😊
Next up is filtering Yaser 😉🚀
Grr... built one like this yesterday, now i have to go back and make improvements based on your video!
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.
❤❤❤ love this very much, you save my day 😍😍😍
That is really awesome to hear - thank you for commenting - it is very encouraging. 🤩
Thanks for the amazing information.
Thank you for watching! Do you often need paging in your apps?
@@ScottDurow No, But I often learn amazing information from you
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.
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!
Great video! Is it possible to increase font size in the Details List?
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?
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!
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!
Hi Mohamed - thank you for watching! That’s a great idea - I’ll be sure to include that in a future video!
@@ScottDurow Amazing!
Keep up the good work, Scott.
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!
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?
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?
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?
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! 😊
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?
Thanks for sharing, it's very helpful.