Forum Discussion
Stephen Kempin
May 21, 2018Copper Contributor
Sharepoint Framework Property Pane - building a dynamic property
I'm attempting to build a dynamic property in the Property Pane of a React based Sharepoint Online Web Part. In order to achieve this I wish to iterate through an array of data in the PP, to crea...
Anonymous
May 23, 2018Here's a Custom SPFx webpart which lets you add unlimited number of filters. I'm not sure if it lets you delete them individually once added though.
https://github.com/spplante/react-content-query
- Stephen KempinMay 23, 2018Copper Contributor
Thanks, this is similar but is not the same functionality of the highlighted content web part. How can we get the source code for the highlighted content web part?