Category: PnP
-
Enhance your SPFx solution with search capabilities using PnPjs

Introduction Search is always a nice addition to application, with this blog post I want to introduce you about how to leverage PnPjs to enhance the search capabilities of your SPFx project. PnPjs is a package, maintained by the community, which easier the life of developers when it comes to…
-
Discover how to use the PropertyFieldColumnPicker from the PnP property controls

Introduction Proceeding our dive into the PnP reusable property pane controls I want to cover the PropertyFieldColumnPicker 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…
-
Discover how to use the PropertyFieldListPicker from the PnP property controls

Introduction Proceeding our dive into the PnP reusable property pane controls I want to cover the PropertyFieldListPicker 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…
-
Discover how to use the PropertyFieldSitePicker from the PnP property controls

Introduction Proceeding our dive into the PnP reusable property pane controls I want to cover the PropertyFieldSitePicker 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…
-
Automatically arrange your UI items using the PnP GridLayout control

Introduction Proceeding with the appointments with the PnP React controls today I want to talk about the GridLayout control. If you’re interested you can find the code of this sample here. The control is used to automatically arrange items inside a container. Visual appearance As mentioned, the control automatically arranges…