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
2
votes
0 answers
Bottom placeholder in SharePoint Online
I created a footer component in SharePoint Online using SPFX. The footer is automatically created fixed because of the bottom placeholder, but I need it to be located at the bottom of the page( sticky).
I need a custom SPFX solution with…

Diana Chira
- 75
- 8
2
votes
1 answer
Multiple ajax calls in loop inside ajax success
Problem with below code is the component is rendered first before completing the rest call, so DOM is empty. The second ajax in loop will trigger 50 times as there are 50 direct reportees under one manager. The second ajax call is to get Display…

Srik A
- 63
- 1
- 5
2
votes
0 answers
Graph API Create new Group and Team - 'Invalid bind property name members in request' issue in Graph Explorer
I am trying to create a new group and team via the Graph API. I am trying to run the POST a request in Graph Explorer (https://developer.microsoft.com/en-us/graph/graph-explorer) as below but get a bad request.
Request: POST
Version: v1.0
URL:…

lsam
- 21
- 2
2
votes
1 answer
Object doesn't support property or method 'includes' in SPFX web part
I have spfx web part version 1.8.2 which is working in chrome but not in ie11.
At first the I had Object doesn't support property or method 'find' error then I added the below packages
import 'polyfill-array-includes';
import…

Vasanthkumar L
- 23
- 2
2
votes
1 answer
Table implementation in Office UI Fabric React?
I am looking for a Table component in office-ui-fabric-react that I could use in my custom WebPart to display some data coming from an API and that could easily be exported to an Excel sheet if the user wants to do that.
I don't see any table…

nemkin
- 95
- 2
- 9
2
votes
1 answer
How to use .destory() on
I am having an issue with TinySlider and I think If I can use the rebuild() and the destroy() methods I may be able to fix the issue/bug.
However, how in hell do you use .destroy() on a component like ?
https://github.com/ganlanyuan/tiny-slider
(I…

BennKingy
- 1,265
- 1
- 18
- 43
2
votes
1 answer
Office UI Fabric Checkbox - How to Uncheck multiple check boxes at once through code
I render multiple checkboxes for a filter overlay. Now i want to clear all the checkboxes on a click of a button. How can i do this?
I render the checkboxes like this:
{
filter.Choices.map((choice: any) => (

SaadRH
- 140
- 6
2
votes
0 answers
Which yeoman version I should install with Node v6.11.2 and npm3.10.10
I am trying to setup my first SharePoint framework on SP2016 on-premise. Microsoft indicated only spfx v1.1 is supported. According to some old blog, I need to install Node v6.x for spfx v1.1.
After I install node v6.11.2, I tried to install Yeoman…

Mark
- 283
- 3
- 22
2
votes
0 answers
How manage DatePicker onSelectDate prop on dynamic control
In my app, using react, SPFX 1.8 and office-ui-fabric-react 6.189.2 i want to manage onSelectDate on a dynamic created control that it's part of a table.
I already found a walkaround with a dropdown using the id html property of the control to know…
2
votes
3 answers
Command failed: wmic os get Caption
I have an issue when run this command for spfx yo @microsoft/sharepoint
i try to use spfx to create web part and upload it to sharepoint online (modern site)
I use Win 8.1
@microsoft/generator-sharepoint@1.4.1
λ yo…

Amer Qwaider
- 21
- 1
- 2
2
votes
6 answers
React Slick prev and next methods throw an error
import * as React from 'react';
import styles from './Birthday.module.scss';
import { IBirthdayProps } from './IBirthdayProps';
import { Icon } from 'office-ui-fabric-react/lib/Icon';
import { initializeIcons } from…

אוראל הינדי
- 89
- 3
- 10
2
votes
1 answer
GetByTitle api doesn't work with lists with translated title (Documents)
I faced a problem using the _api/lists/GetByTitle() with the Sharepoint default document library "Documents". This list title is automatically translated in all language (in Italian is "Documenti") inside the platform and also as output of other…

Marco Nitti
- 21
- 2
2
votes
1 answer
How to add additional resource columns fullCalendar-scheduler
I'm looking to add resource columns to a spfx fullCalendar app.
Following the documentation I tried to replicate what is shown in the demo here:
https://fullcalendar.io/docs/resourceColumns
https://fullcalendar.io/docs/resourceColumns-demo.
The demo…

JMyner
- 61
- 8
2
votes
1 answer
Yeoman generator Error: Upstream proxy port is required
I am trying to create a project using yeoman generator but getting below error.
I have also tried uninstalling and installing yeoman again but its is not working. Every time I am getting the same error.

Gaurav Gupta
- 21
- 2
2
votes
4 answers
SPFX in Visual Studio
i am wondering if anyone is successfully using SPFX in Visual Studio?
SPFX as it is is a nice idea, compared to how SharePoint development took place in the pre-2016 and SPO time.
But it comes with this downside: Visual Studio Code.
I see that…

Jens Caasen
- 597
- 1
- 6
- 19