Tag: SPFx
-
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…
-
Understanding Pagination control from PnP reusable React controls

Introduction Proceeding with the appointments with the PnP React controls today I want to talk about the Pagination control. If you’re interested you can find the code of this sample here. The control is used to display a pagination control and allows the navigation between the different available pages. Visual…
-
Use HTML in the Quick View of an Adaptive Card Extension

Introduction Since the release of the version 1.20 of SharePoint Framework a new way of defining the Quick View of Adaptive Card Extensions has been introduced: now you can define the Quick View using HTML! If you’re interested in the release notes of SPFx version 1.20 check the official release…
-
Enhance web part configuration using the PnP Placeholder control

Introduction Proceeding with the appointments with the PnP React controls today I want to talk about the Placeholder control. If you’re interested you can find the code of this sample here. The control is used to display a panel with (or without) the presence of a button that allows the…
-
Secure your web parts using the PnP SecurityTrimmedControl

Introduction Proceeding with the appointments with the PnP React controls today I want to talk about the SecurityTrimmedControl control. If you’re interested you can find the code of this sample here. The control is used to display a child control based on the permissions that the current user has on…