Tag: SPFX

Paging for SPFx Solutions with PnP Pagination Control
Paging for SPFx Solutions with PnP Pagination Control
Blog Posts

Overview Paging is a nice way to get faster access to data as well as give a nice user experience to browse through huge data. While working with SharePoint lists and libraries having a huge number of items or documents paging makes the navigation through data easy. In this article, we will explore using the… READ MORE

SPFx — What can it do for us?
SPFx — What can it do for us?
Blog Posts

This post is the continuation from my previous post “SharePoint Framework (SPFx) — An Overview”. In this post, I am going to focus on capabilities of SharePoint Framework. Basically, what SPFx can do for us? SPFx provide us with three types of components that we can build, Web parts, Extensions, and Library Components. Let’s explore… READ MORE

Integration @PnP/Graph and SPFx – 1
Integration @PnP/Graph and SPFx – 1
Blog Posts

I am planning to write series of articles to cover the @PnP/Graph artifacts. I am starting with @PnP/Graph/Users object.Article provides the steps how to integrate PnP Graph in SPFx and best practices to initialize the class and call methods.The SharePoint Development community also known as PnP Community.An open source initiative coordinated by SharePoint engineering.Let’s Start: Create a new web… READ MORE

Conditional Rendering of SPFx ListView Command Sets
Conditional Rendering of SPFx ListView Command Sets
Blog Posts

SharePoint Framework (SPFx) are simply put a framework that allows us to create client side extensions for Microsoft SharePoint and Microsoft Teams. One of the extensions we can make is the ListView Command Set extension, which interacts with items selected in a list. For example, we can create an extension that adds a command to the… READ MORE

Be Careful Revoking SharePoint SPFx Service Principal Grants
Be Careful Revoking SharePoint SPFx Service Principal Grants
Blog Posts

When building SPFx webparts which connect to the Graph API, or other 3rd party API’s, you have to grant the appropriate permissions to the ServicePrincipal used by SPFx, which is called “SharePoint Online Client Extensibility Web Application Principal” – see Request permissions to an Azure AD application. There are a few ways you can do this; Declarative permissions request by… READ MORE

A SPFx Table Of Contents Extension for SharePoint
A SPFx Table Of Contents Extension for SharePoint
Blog Posts

A SPFx table of contents for your SharePoint modern pages to direct the readers where they need to be, in addition to making your pages more reader-friendly. On your SharePoint pages, using a table of contents can be useful to direct the reader to exactly where they need to be, in addition to making your… READ MORE

Nicole Enders interviews Vesa Juvonen
Nicole Enders interviews Vesa Juvonen
Blog Posts

Community Reporter Nicole Enders interviews Vesa Juvonen, Senior Program Manager, OneDrive – SharePoint Engineering. Video Transcript Nicole: Okay welcome to the ESPC 2019 we are sitting here at the community reporter booth I have Vesa here as my interviewee. Vesa: Thank You for having me. Nicole: You’re a principle program manager at Microsoft so for… READ MORE