From ec4339332801f8be198ce717df5169416ff14b5e Mon Sep 17 00:00:00 2001 From: Hugo Bernier Date: Sun, 22 Nov 2020 19:55:31 -0500 Subject: [PATCH] Fixed readme.md --- samples/react-display-hierarchy/README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/samples/react-display-hierarchy/README.md b/samples/react-display-hierarchy/README.md index add8a4c57..f39aac3eb 100644 --- a/samples/react-display-hierarchy/README.md +++ b/samples/react-display-hierarchy/README.md @@ -1,6 +1,7 @@ # Displaying hierarchical information from SharePoint list -### Summary +## 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][figure1] @@ -13,6 +14,7 @@ The sample also provisions the list called “Hierarchy” which can be used as ![SharePoint Run][figure3] ### SharePoint Asset + A SharePoint list (named Hierarchy) is provisioned to store the hierarchical data. The schema of the list is as below. ![List Schema][figure4] The Parent column is a lookup on same list’s Title column. @@ -21,13 +23,15 @@ The solution also provisions sample data to the Hierarchy list. ![List Sample Data][figure5] ### 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) ## Used SharePoint Framework Version -![1.11](https://img.shields.io/badge/version-1.11.0-green.svg) + +![SPFx 1.11](https://img.shields.io/badge/version-1.11.0-green.svg) ## Applies to @@ -49,6 +53,7 @@ Version|Date|Comments 1.0.0|October 15, 2018|Initial release ## 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.** --- @@ -70,6 +75,7 @@ Version|Date|Comments - [Add web part to your SharePoint page](https://docs.microsoft.com/en-us/sharepoint/dev/spfx/web-parts/get-started/serve-your-web-part-in-a-sharepoint-page#add-the-helloworld-web-part-to-modern-page) named "Display Hierarchy". ## 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