The last blog was about how to programmatically extend a dataset PCF with relations, and how to filter it. The main purpose was to avoid hardcoding WebApi requests. In this blog the story goes on with examples: let's talk about how to use the dataset "linking sdk" to make PCFs for subgrids containing extended relationships... Continue Reading →
UpdateView in Virtual PCF Components and how to optimize rendering
Remember one of my first blogs, in which I was talking about how often the updateView method of a PCF is called (it's here). When you develop PCFs, you get used with updateView being called often. Even when there is only one change in the parameters, you might get the updateView being called a few... Continue Reading →
Zoom In (FullScreen) PCFs
How to make the PCF toggle in FullScreen mode (for both field type or dataset type)? It's also a part of the blog series “My Checklist for a Dataset PCF using FluentUI“, since there are some details to take care when making Dataset PCFs. How To render the PCF FullScreen? Actually the possibility to render... Continue Reading →