sp-dev-fx-webparts/samples/react-datatable
dependabot[bot] 6a6d806a08
Bump follow-redirects from 1.14.1 to 1.14.8 in /samples/react-datatable
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.14.1 to 1.14.8.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
- [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.14.1...v1.14.8)

---
updated-dependencies:
- dependency-name: follow-redirects
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-15 06:05:59 +00:00
..
.devcontainer Added all 1.12.1 and 1.13 containers 2022-02-14 02:52:18 -05:00
assets Removing unnecessary office product from the sample metadata 2021-12-10 19:55:32 +02:00
config Fixed a few linting issues, readme and sample.json 2021-06-02 23:37:24 -04:00
release Fixed a few linting issues, readme and sample.json 2021-06-02 23:37:24 -04:00
src fix download csv 2021-07-16 00:40:56 +02:00
teams New Sample - React-Datatable : easy way to render sharepoint custom list in datatable view with all the necessary features. 2021-02-19 22:15:02 +05:30
.editorconfig New Sample - React-Datatable : easy way to render sharepoint custom list in datatable view with all the necessary features. 2021-02-19 22:15:02 +05:30
.gitignore New Sample - React-Datatable : easy way to render sharepoint custom list in datatable view with all the necessary features. 2021-02-19 22:15:02 +05:30
.yo-rc.json New Sample - React-Datatable : easy way to render sharepoint custom list in datatable view with all the necessary features. 2021-02-19 22:15:02 +05:30
README.md Added all 1.12.1 and 1.13 containers 2022-02-14 02:52:18 -05:00
gulpfile.js Added functionality to show image in datatable and upgraded to SPFx 1.12.1 2021-06-02 12:56:26 +05:30
package-lock.json Bump follow-redirects from 1.14.1 to 1.14.8 in /samples/react-datatable 2022-02-15 06:05:59 +00:00
package.json fix download csv 2021-07-16 00:40:56 +02:00
tsconfig.json react-datatable: fluent ui design and added some advanced features 2021-03-31 12:49:06 +05:30
tslint.json New Sample - React-Datatable : easy way to render sharepoint custom list in datatable view with all the necessary features. 2021-02-19 22:15:02 +05:30

README.md

SharePoint Framework DataTable web part sample

Summary

This web part provides easy way to render SharePoint custom list in datatable view with all the necessary features.

Features

  • Searching (Configurable)
  • Sorting (Configurable)
  • Download as a CSV and PDF,
  • Pagination,
  • Column Ordering,
  • Dynamic colors for odd and even rows.

Preview

Compatibility

SPFx 1.12.1 Node.js v14 | v12 | v10 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

Solution

Solution Author(s)
react-datatable Chandani Prajapati (@Chandani_SPD)
react-datatable Abderahman Moujahid

Version history

Version Date Comments
1.0 February 19, 2021 Initial release
1.1 February 24, 2021 Added support for large lists
1.2 March 01, 2021 Fixed search issue for number field
1.3 March 31,2021 Changed UI as per SharePoint list, Set themeing as per current SharePoint site theme, Created custom pagination by using reusable controls, Added features to export CSV based on the filter if the filter is available, Added hyperlink feature for image and link column in export to pdf and also set alternative row formatting in generated pdf as per property pane configuration odd/even row color, fixed object issue (for people/hyperlink, etc) in export to CSV.
1.4 April 10, 2021 Added feature to show profile picture in user column and shows display name of user field in export to CSV and PDF.
1.5 June 2, 2021 Added feature to show image in dataTable and upgraded to the SPFx version 1.12.1.
1.6 July 16, 2021 Changed library export-to-csv with react-csv

Minimal Path to Awesome

Local testing

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

  • Clone the repository
  • cd to web part's project folder
  • In the command line run:
    • npm install
    • gulp serve

Video

DataTable web part for rendering data from lists with advance features

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.