From d9f7383962727b676aab2e1360bbf5204325ee2e Mon Sep 17 00:00:00 2001 From: Hugo Bernier Date: Mon, 22 Feb 2021 23:12:41 -0500 Subject: [PATCH] Fixed readme --- samples/react-datatable/README.md | 16 +++++++++++----- .../ReactDatatableWebPart.manifest.json | 2 +- 2 files changed, 12 insertions(+), 6 deletions(-) diff --git a/samples/react-datatable/README.md b/samples/react-datatable/README.md index 55673e980..4055043ce 100644 --- a/samples/react-datatable/README.md +++ b/samples/react-datatable/README.md @@ -2,9 +2,10 @@ ## Summary -This webpart provides easy way to render sharepoint custom list in datatable view with all the necessary features. +This web part provides easy way to render SharePoint custom list in datatable view with all the necessary features. + +## Features -## Fetaures : - Searching (Configurable) - Sorting (Configurable) - Download as a CSV and PDF, @@ -14,9 +15,14 @@ This webpart provides easy way to render sharepoint custom list in datatable vie ![Preview](assets/preview.png?raw=true "Preview") -## Used SharePoint Framework Version +## Compatibility + +![SPFx 1.11](https://img.shields.io/badge/SPFx-1.11.0-green.svg) +![Node.js LTS 10.x](https://img.shields.io/badge/Node.js-LTS%2010.x-green.svg) +![SharePoint Online](https://img.shields.io/badge/SharePoint-Online-yellow.svg) +![Teams N/A: Untested with Microsoft Teams](https://img.shields.io/badge/Teams-N%2FA-lightgrey.svg "Untested with Microsoft Teams") +![Workbench Hosted: Does not work with local workbench](https://img.shields.io/badge/Workbench-Hosted-yellow.svg "Does not work with local workbench") -![1.11.0](https://img.shields.io/badge/version-1.11.0-green.svg) ## Applies to @@ -27,7 +33,7 @@ This webpart provides easy way to render sharepoint custom list in datatable vie Solution|Author(s) --------|--------- -react-datatable | Chandani Prajapati ([@Chandani_SPD], (https://twitter.com/Chandani_SPD)) +react-datatable | Chandani Prajapati ([@Chandani_SPD](https://twitter.com/Chandani_SPD)) ## Version history diff --git a/samples/react-datatable/src/webparts/reactDatatable/ReactDatatableWebPart.manifest.json b/samples/react-datatable/src/webparts/reactDatatable/ReactDatatableWebPart.manifest.json index 9388c62f0..73b8a9d08 100644 --- a/samples/react-datatable/src/webparts/reactDatatable/ReactDatatableWebPart.manifest.json +++ b/samples/react-datatable/src/webparts/reactDatatable/ReactDatatableWebPart.manifest.json @@ -36,4 +36,4 @@ } } ] -} \ No newline at end of file +}