sp-dev-fx-webparts/samples/react-datatable
Hugo Bernier 483ebb6359 Updated sample.json 2021-08-01 20:40:51 -04:00
..
assets Updated sample.json 2021-08-01 20:40:51 -04: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 fix download csv 2021-07-16 00:40:56 +02: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 Added functionality to show image in datatable and upgraded to SPFx 1.12.1 2021-06-02 12:56:26 +05:30
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 LTS v14 | LTS v12 | LTS v10 SharePoint Online Teams N/A: Untested with Microsoft Teams Workbench Hosted

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

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.


Minimal Path to Awesome

Local testing

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