Category: SharePoint Framework
-
Explore the PnP FieldPicker Control for SharePoint Framework solutions

Introduction Proceeding with the appointments with the PnP React controls today I want to talk about the FieldPicker control. If you’re interested you can find the code of this sample here. The FieldPicker control is used to display a dropdown that contains a list of SharePoint fields to allow the…
-
Introducing the new PieChartCardView for Adaptive Card Extensions

Introduction The version 1.20 of SharePoint Framework introduces two different charts for the Adaptive Card Extensions, in this post I want to cover the PieChartCardView. As the name suggests, this visual control displays a pie chart which can also be displayed as a donut chart. I created a sample solution…
-
Use Microsoft Graph Toolkit v.4 in a SharePoint Framework React solution

Introduction It’s been a while after my last article regarding how to use MGT and I thought that a revamped article with the newest approach about using MGT in a SPFx React solution would be a good idea, so here we are! After my previous article the package @microsoft/mgt-spfx has…
-
Discovering the PnP Property Code Editor control in SPFx

Proceeding our dive into the PnP reusable property pane controls I want to cover the PropertyFieldCodeEditor control. The PnP reusable property pane controls is a package that contains a lot of useful controls that can be used in any SharePoint Framework web part’s property pane, if you want to know…
-
Introducing LineChartCardView: the new Adaptive Card Extension for SPFx

SharePoint Framework version 1.19 is out with the first preview and this brings a new awesome class for the ACE (Adaptive Card Extensions) development, this class is the LineChartCardView! To check all the new features and changes of the new SPFx version you can check here. NB: at the time…