sp-dev-fx-webparts/samples/react-datatable
Hugo Bernier c9611abdfb Updatedversopms 2021-03-10 23:53:44 -05:00
..
assets 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
config Updated package solution version 2021-02-28 11:39:06 -05:00
src react-datatable: fixed search issue for number field 2021-03-01 11:30:00 +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: fixed search issue for number field 2021-03-01 11:30:00 +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 Updatedversopms 2021-03-10 23:53:44 -05:00
package.json Updated package solution version 2021-02-28 11:39:06 -05:00
tsconfig.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
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

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