The SharePoint Framework (SPFx) is a page and web part model that provides full support for client-side SharePoint development, easy integration with SharePoint data, and support for open source tooling.
Questions tagged [spfx]
975 questions
0
votes
2 answers
Data not fetching from retrieved SharePoint list
SharePoint list data not fetching to the react table.
I have installed react-table component and tried as mentioned. Data is retrieving from SharePoint list (can see through the console). But it's not fetching to the table. And also it's not…

Mohamed Musthaque
- 185
- 2
- 9
0
votes
1 answer
All of sudden gulp command not recognizing in spfx solution
Solution type: SharePoint SPFx
I made windows update on this Sunday. From that point, I am not able to execute gulp commands. I am not sure if there is any relation between windows update and gulp command. I am getting below error.
I have…

Mihir
- 8,696
- 18
- 56
- 87
0
votes
1 answer
Move data from azure blob storage to SharePoint Online library
Could you please advise me how to move data from azure blob storage to SharePoint Online document library by Azure Function Apps ( with out logic apps)

Rajesh Kumar
- 1
- 2
0
votes
1 answer
How to get user info with a valid Bearer Token?
At work we are making an SPFx Web Part React client app that deploys to SharePoint as a Web Part. Our back-end is a ASP.NET Core 2.2 Web API that is secured using Azure Portal's built in Authentication feature. The front-end is using AadHttpClient…

MisterTams
- 95
- 2
- 9
0
votes
1 answer
Error using the React DirectLine Bot Framework channel with SPFX Application Customiser
I've developed a SharePoint Bot using the Bot Framework (v4 NodeJS) and to ensure a consistent user experience, I've been looking at incorporating it into an Office UI Fabric React panel using the React DirectLine channel via an SPFX Application…

Steve Johnson
- 405
- 3
- 8
0
votes
1 answer
How does this code associate the Send button with the function and how would I make another button?
Two questions: I'm studying spfx and for this particular example I provide I don't understand how the Send button associates with the setComment() function. I've created an Update button which I want to use to update the item I've just created. This…

NightTom
- 418
- 15
- 37
0
votes
2 answers
Using SPFx Webpart with IE11, SharePoint 2016 and Pannellum
I need some expert knowledge about SPFx web parts in combination with SharePoint 2016 and InternetExplorer 11.
The idea is to create a web part that uses Pannellum to display images. In Firefox it's already working. With IE11, however, the error…

David H.
- 47
- 1
- 5
0
votes
1 answer
How to bind microsoft graph result to persona card spfx
I'm retrieving an array of person from Microsoft Graph. This array I would like to show in a panel with a person card on. How can I bind the arrya to the persons card.
For the moment I'm having a function that is doing a foreach on the array and…

Noek
- 87
- 8
0
votes
2 answers
Fabric UI DetailsList control - Dynamically load group items
I'm using grouped DetailsList Fabric UI component in custom SPFx webpart for displaying list data.
I need to load items of the group dynamically from the server by the API call after group expand, but can't find any available group expand callbacks…

Dmitry S
- 3
- 1
- 4
0
votes
1 answer
Selection of technology implementation?
I need to develop a small application integrated in sharepoint. I am using the 2019 version on on premise. The application consists of data entry, sql queries for loading data into the fields. I want to use the latest approaches for this purpose. I…

Viktar Radzin
- 3
- 1
0
votes
2 answers
Open a file directly in Teams from a tab
I have deployed a SharePoint webpart (SharePoint Framework) to Microsoft Teams. In this web part, I have a list of files that I want to open directly in Teams.
I have tried to get the link from the "Files" tab…

Thibault
- 446
- 7
- 17
0
votes
1 answer
SPFX Change the position of a ListView Command Set button in the command bar
I created a custom SPFX ListView Command Set button in the command bar which works fine. My only concern is that I don't control his order of appearance in the command bar. My goal is to be able to place it further left or further right as I desire.…

Charles Simard
- 3
- 1
- 5
0
votes
1 answer
Create a new web with the pagecontext not working with pnp in webpart with react spfx
I'm trying to check if a user has permissions in a list with @pnp/sp but depends on the URL that I'm in is working or not.
public async getUserPermissions(pageContext: PageContext, listname: string) : Promise{
const web: Web = new…

Sergio
- 74
- 8
0
votes
1 answer
Alternative for TextField with Multiple lines in Office ui fabric React
I have used office ui-Fabric React controls on my form in spfx(react js framework).But I didn't find any textarea control in office ui fabric.
There is one column in my sharePoint list which is of type 'enhanced rich text(Multiple Lines of text)'.…

K Kritis
- 1
- 4
0
votes
2 answers
Setting already fetched Account Name/Login Name to Pnp Js Peoplepicker
I am creating an edit form in spfx(with react js as a framework) where I will fetch data for particular list item using pnp js. I already fetched data from person type field say 'Sender'.Now I want to show the fetched user in peoplepicker…

K Kritis
- 1
- 4