sp-dev-fx-webparts/samples/react-documents-detailslist
Hugo Bernier 411f1b1eca Changed authors to contributors 2023-02-18 22:58:44 -05:00
..
.devcontainer Added SPFx 1.10 containers 2022-02-15 00:50:11 -05:00
assets Changed docs links to learn 2022-10-24 09:42:45 -04:00
config Updated code for React Document 2020-05-01 12:03:41 +05:30
src Updated code for React Document 2020-05-01 12:03:41 +05:30
typings Add sample that shows documents webparts with DetailsList (+ filtering, sorting ) (#334) 2017-10-25 12:37:54 -04:00
.editorconfig Add sample that shows documents webparts with DetailsList (+ filtering, sorting ) (#334) 2017-10-25 12:37:54 -04:00
.gitignore Add sample that shows documents webparts with DetailsList (+ filtering, sorting ) (#334) 2017-10-25 12:37:54 -04:00
.yo-rc.json Updated Solution from spfx verion 1.3.2 to version 1.10 2020-04-28 14:45:27 +05:30
README.md Changed authors to contributors 2023-02-18 22:58:44 -05:00
gulpfile.js Updated Solution from spfx verion 1.3.2 to version 1.10 2020-04-28 14:45:27 +05:30
package-lock.json Bump json5, @microsoft/sp-property-pane, @microsoft/sp-webpart-base, @microsoft/sp-build-web and @microsoft/sp-webpart-workbench 2023-01-01 02:43:16 -05:00
package.json Bump json5, @microsoft/sp-property-pane, @microsoft/sp-webpart-base, @microsoft/sp-build-web and @microsoft/sp-webpart-workbench 2023-01-01 02:43:16 -05:00
tsconfig.json Updated Solution from spfx verion 1.3.2 to version 1.10 2020-04-28 14:45:27 +05:30
tslint.json Updated Solution from spfx verion 1.3.2 to version 1.10 2020-04-28 14:45:27 +05:30

README.md

page_type products languages extensions
sample
office-sp
javascript
typescript
contentType technologies platforms createdDate
samples
SharePoint Framework
react
11/1/2017 12:00:00 AM

Documents Web Part

Summary

This sample shows how to build web parts that display documents in accordance with the SharePoint Online modern experience. The code uses Office UI Fabric components on the top of SharePoint framework. The web parts implement filtering and sorting. Two data source approaches are demonstrated: items retrieved from the search index and real-time query to a document library.

Demo

Compatibility

⚠️ Important
Every SPFx version is only compatible with specific version(s) of Node.js. In order to be able to build this sample, please ensure that the version of Node on your workstation matches one of the versions listed in this section. This sample will not work on a different version of Node.
Refer to https://aka.ms/spfx-matrix for more information on SPFx compatibility.

SPFx 1.10 Node.js v10 | v8 Compatible with SharePoint Online Does not work with SharePoint 2019 Does not work with SharePoint 2016 (Feature Pack 2) Local Workbench Incompatible Hosted Workbench Compatible Compatible with Remote Containers

Applies to

Prerequisites

Contributors

Version history

Version Date Comments
1.0 October 13, 2017 Initial release
2.0 April 28, 2020 Initial release

Minimal Path to Awesome

  • Clone this repository
  • in the command line run:
    • npm install
    • gulp serve

This sample can also be opened with VS Code Remote Development. Visit https://aka.ms/spfx-devcontainer for further instructions.

Features

This Web Part illustrates the following concepts on top of the SharePoint Framework:

-Using React for building SharePoint Framework client-side web parts. -Using Office UI Fabric React styles for building user experience consistent with SharePoint and Office. -Using the SharePoint rest API for querying document library's files. -Using the SharePoint rest API for retrieving documents from the search index. -Passing web part properties to React components. -Reusing single React component between two web parts.

Help

We do not support samples, but this community is always willing to help, and we want to improve these samples. We use GitHub to track issues, which makes it easy for community members to volunteer their time and help resolve issues.

If you're having issues building the solution, please run spfx doctor from within the solution folder to diagnose incompatibility issues with your environment.

You can try looking at issues related to this sample to see if anybody else is having the same issues.

You can also try looking at discussions related to this sample and see what the community is saying.

If you encounter any issues while using this sample, create a new issue.

For questions regarding this sample, create a new question.

Finally, if you have an idea for improvement, make a suggestion.

Disclaimer

THIS CODE IS PROVIDED AS IS WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING ANY IMPLIED WARRANTIES OF FITNESS FOR A PARTICULAR PURPOSE, MERCHANTABILITY, OR NON-INFRINGEMENT.