sp-dev-fx-webparts/samples/react-display-hierarchy
dependabot[bot] 633b96dec7 Bump json5, @microsoft/sp-property-pane, @microsoft/sp-webpart-base, @microsoft/sp-build-web and @microsoft/sp-webpart-workbench
Bumps [json5](https://github.com/json5/json5) to 2.2.3 and updates ancestor dependencies [json5](https://github.com/json5/json5), [@microsoft/sp-property-pane](http://aka.ms/spfx), [@microsoft/sp-webpart-base](http://aka.ms/spfx), [@microsoft/sp-build-web](http://aka.ms/spfx) and [@microsoft/sp-webpart-workbench](http://aka.ms/spfx). These dependencies need to be updated together.


Updates `json5` from 0.5.1 to 2.2.3
- [Release notes](https://github.com/json5/json5/releases)
- [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md)
- [Commits](https://github.com/json5/json5/compare/v0.5.1...v2.2.3)

Updates `@microsoft/sp-property-pane` from 1.11.0 to 1.16.1

Updates `@microsoft/sp-webpart-base` from 1.11.0 to 1.16.1

Updates `@microsoft/sp-build-web` from 1.11.0 to 1.16.1

Updates `@microsoft/sp-webpart-workbench` from 1.11.0 to 1.12.1

---
updated-dependencies:
- dependency-name: json5
  dependency-type: indirect
- dependency-name: "@microsoft/sp-property-pane"
  dependency-type: direct:production
- dependency-name: "@microsoft/sp-webpart-base"
  dependency-type: direct:production
- dependency-name: "@microsoft/sp-build-web"
  dependency-type: direct:development
- dependency-name: "@microsoft/sp-webpart-workbench"
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-01-01 02:43:25 -05:00
..
assets Changed docs links to learn 2022-10-24 09:42:45 -04:00
config Adding PnP identifier for the MPN ID entries in samples - distinct sample usage in production 2021-01-07 14:51:39 +02:00
sharepoint/assets added react-display-hierarchy (#673) 2018-11-12 10:50:47 +02:00
src Fixed Web Part doesn't react to property change 2020-12-01 10:38:14 +00:00
teams Upgraded solution to SPFx v1.11.0 and use pnp/sp 2020-11-21 17:48:27 +00:00
.editorconfig added react-display-hierarchy (#673) 2018-11-12 10:50:47 +02:00
.gitignore added react-display-hierarchy (#673) 2018-11-12 10:50:47 +02:00
.yo-rc.json Upgraded solution to SPFx v1.11.0 and use pnp/sp 2020-11-21 17:48:27 +00:00
README.md Changed docs links to learn 2022-10-24 09:42:45 -04:00
gulpfile.js added react-display-hierarchy (#673) 2018-11-12 10:50:47 +02:00
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:25 -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:25 -05:00
tsconfig.json Upgraded solution to SPFx v1.11.0 and use pnp/sp 2020-11-21 17:48:27 +00:00
tslint.json Upgraded solution to SPFx v1.11.0 and use pnp/sp 2020-11-21 17:48:27 +00:00

README.md

Displaying hierarchical information from SharePoint list

Summary

At the time of developing this sample, the Office 365 UI fabric does not have any control for displaying hierarchical information. This web part helps to display the hierarchical information from SharePoint list.

Web part preview

The web part is configured to render the mock data when added to the local SharePoint workbench. Local SharePoint Workbench Run

When added to SharePoint site, the source list containing hierarchical information can be configured from web part properties. The sample also provisions the list called “Hierarchy” which can be used as an example to start using the web part. SharePoint Run

SharePoint Asset

A SharePoint list (named Hierarchy) is provisioned to store the hierarchical data. The schema of the list is as below. List Schema The Parent column is a lookup on same lists Title column.

The solution also provisions sample data to the Hierarchy list. List Sample Data

NPM Packages Used

Below NPM packages are used to develop this sample.

  1. sp-pnp-js (https://www.npmjs.com/package/sp-pnp-js)
  2. react-orgchart (https://www.npmjs.com/package/react-orgchart)
  3. array-to-tree (https://www.npmjs.com/package/array-to-tree)

Compatibility

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

Applies to

Solution

Solution Author(s)
react-display-hierarchy Nanddeep Nachan (SharePoint Consultant, @NanddeepNachan )
  Ravi Kulkarni (SharePoint Consultant)

Version history

Version Date Comments
2.0.0 November 21, 2020 Upgraded to SPFx v1.11.0 (Nanddeep Nachan)
1.0.0 October 15, 2018 Initial release

Prerequisites

  • SharePoint Online tenant
  • Site Collection created under the /sites/ or /

Minimal Path to Awesome

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

Features

This sample web part shows how data stored in SharePoint list can be transformed to show hierarchical information

  • Rendering hierarchical information
  • SharePoint assets provisioning
  • Creating extensible services
  • Using mock data to test the web part locally
  • Using @pnp/sp
  • Using @react-orgchart
  • Using @array-to-tree

Help

We do not support samples, but we 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.

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.