sp-dev-fx-webparts/samples/react-datatable
Hugo Bernier 8875eb73a5 Updated sample.json 2021-04-21 22:22:36 -04:00
..
assets Updated sample.json 2021-04-21 22:22:36 -04:00
config Updated package solution version 2021-02-28 11:39:06 -05:00
src react-datatable: Added feature to show profile picture of user column 2021-04-10 15:08:18 +05:30
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 react-datatable: Added feature to show profile picture of user column 2021-04-10 15:08:18 +05:30
gulpfile.js 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
package-lock.json react-datatable: fluent ui design and added some advanced features 2021-03-31 12:49:06 +05:30
package.json react-datatable: fluent ui design and added some advanced features 2021-03-31 12:49:06 +05:30
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.11 Node.js LTS 10.x SharePoint Online Teams N/A: Untested with Microsoft Teams Workbench Hosted: Does not work with local workbench

Applies to

Solution

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

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.

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